@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Hind+Vadodara:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
/* le vert #60AF18
   le noir #18181A
   le gris #959796 */

body {
    font-family: "Open Sans";
    padding: 0;
    margin: 0;
    max-width: 100vw;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}

#footer-second-line .flex {
    display: flex;
    justify-content: space-between;
    width: 80%;
    max-width: 100%;
    margin: 0 auto;
    align-items: center;
    position: relative;
}

#contact-header, #nav-bar {
    display: flex;
    justify-content: space-between;
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 11px;
    position: relative;
    align-items: center;
    /* padding: 10px 0; */
}

.ul-top-nav-header {
    color: #463b3b;
    list-style-type: none;
    display: inline-flex;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    /* margin-left: 143px; */
}

.ul-top-nav-first-item {
    margin-right: 30px;
}

.ul-top-nav-header li i {
    margin-right: 5px;
}

#conteneur-logo {
    margin-top: 4px;
    margin-bottom: 1px;
    width: auto;
    /* position: absolute; */
    /* top: -26px; */
}

#conteneur-navigation-bar {
    width: auto;
    /* margin-left: 100px; */
}

.navigation-bar-ul {
    display: flex;
    list-style-type: none;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 0;
}

.navigation-bar-ul li a {
    color: #000;
    text-decoration: none;
    /* letter-spacing: 3px; */
    font-size: 16px;
}

.navigation-bar-ul li a:hover {
    color: #60AF18;
    transition: 0.8s
}

.slide {
    width: 600px;
}

.slide h2, .slide p {
    color: white;
}

.slide h2 {
    font-size: 32px;
    line-height: 50px;
}

.header-p {
    line-height: 25px;
}

#slider {
    margin-top: 90px;
}

.img-slide {
    max-height: 550px;
    width: 95%;
}

.img-slide img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 2%;
    box-shadow: -2px 4px 20px 0px lightslategrey;
}
.btn-header {
    background-color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-right: 10px;
    font-size: 16px;
    padding: 15px 25px;
    font-weight: 600;
    cursor: pointer;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    border-radius: 3px;
    text-align: center;
}

.btn-header-contact {
    background-color: #60AF18;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-right: 10px;
    font-size: 16px;
    padding: 15px 25px;
    font-weight: 600;
    cursor: pointer;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    border-radius: 3px;
    text-align: center;
}

.btn-header a {
    text-decoration: none;
    color: #777;
}

.btn-header-contact a {
    text-decoration: none;
    color: #fff;
}

.btn-header-div {
    margin-top: 30px;
}

.flex-vertical {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.process-item .fa-chart-pie {
    /*background: #5edbd5;*/    
    color: #5edbd5; 
    font-size: 35px;
    width: 105px;
    height: 105px;
    box-shadow: 0px 5px 10px 0px rgba(130,136,184,0.2);
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    display: flex !important;
    align-items: center;
}

.pie:hover .fa-chart-pie {
    background: #5edbd5;    
    color: #ffffff;
    transition: 0.8s;   
}

.process-item .fa-rocket {
    color: #ff7641; 
    font-size: 35px;
    width: 105px;
    height: 105px;
    box-shadow: 0px 5px 10px 0px rgba(130,136,184,0.2);
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    display: flex !important;
    align-items: center;
}

.rocket:hover .fa-rocket {
    background: #ff7641;    
    color: #ffffff;
    transition: 0.8s;   
}

.process-item .fa-gem {
    color: #9365d4; 
    font-size: 35px;
    width: 105px;
    height: 105px;
    box-shadow: 0px 5px 10px 0px rgba(130,136,184,0.2);
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    display: flex !important;
    align-items: center;
}

.gem:hover .fa-gem {
    background: #9365d4;    
    color: #ffffff;
    transition: 0.8s;   
}

.work-process-p {
    font-family: 'Hind Vadodara', sans-serif;
    font-size: 25px;
    font-weight: 400;
    /* text-transform: capitalize; */
    line-height: 38px;
    letter-spacing: -0.086px;
    text-align: center;
    color: #283a5e;
    margin-top: 0;
    margin-bottom: 20px;
}

.work-process-span-1 {
    color: #828893;
    text-align: center;
    font-family: "caros-webfont", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    /* text-transform: capitalize; */
    line-height: 26px;
    letter-spacing: -0.04px;
}

#work-process .flex {
    margin-top: 75px;
    position: relative;
}

.process-item {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-right: 40px;
    padding-left: 40px;
}

.process-item div {
    margin-top: 25px;
}

.process-item div span {
    font-size: 15px;
    color: #828893;
}

.process-item div p {
    color: #283a5e;
    font-family: "caros-webfont", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.04px;
}

#conteneur-work-process {
    padding-top: 25px;
}

#work-process .flex-vertical h4{
    color: #60AF18;
    /* font-family: "caros-webfont", Sans-serif; */
    font-size: 25px;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 16px;
    letter-spacing: 3.96px;
    margin-top: 0;
}

#conteneur-first-line-services .flex p {
    /* margin-top: 29px; */
    /* font-weight: bold; */
}

#conteneur-first-line-services .flex p a {
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    color: #60AF18;
}

#conteneur-services {
    margin-top: 90px;   
}

.conteneur-services-group {
    background-color: #ffffff;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 5px 15px 0px rgba(130,136,147,0.15);
    /* padding-top: 50px; */
    padding-bottom: 20px;
    /* padding-right: 50px; */
    /* padding-left: 50px; */
    width: 30%;
    height: 375px;
}

#first-line-services h2 {
    /* font-family: "caros-webfont", Sans-serif; */
    font-size: 25px;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 16px;
    letter-spacing: 3.96px;
    color: #60AF18;
}

#first-line-services h1 {
    color: #283a5e;
    font-family: 'Cambay', sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-transform: none;
    line-height: 42px;
    width: 445px;
    margin-top: 0;
}

.conteneur-services-group .fa-chart-pie {
    background: #FFF7DF;
    color: #ffdd6e;
    font-size: 35px;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    display: flex !important;
    align-items: center;
}

.chr:hover .fa-chart-pie {
    background-color: #FFDD70;
    color: #fff;
    transition: 0.8s;
}

.conteneur-services-group .fa-chart-line {
    background: #F8F1FF;
    color: #9365d4; 
    font-size: 35px;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    display: flex !important;
    align-items: center;
}

.lne:hover .fa-chart-line {
    background-color: #9365d4;
    color: #fff;
    transition: 0.8s;
}

.conteneur-services-group .fa-rocket {
    background: #FFEEE4;
    color: #FF7038; 
    font-size: 35px;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    display: flex !important;
    align-items: center;
}

.rkt:hover .fa-rocket {
    background-color: #ff6d34;
    color: #fff;
    transition: 0.8s;
}

.services-group p {
    color: #828893;
    font-family: 'Cambay', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -0.02px;
}

.services-group h2 {
    color: #283a5e;
    font-family: 'Cambay', sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: -0.36px;
    margin-bottom: 15px;
    margin-top: 40px;
}

.services-group a {
    font-family: 'Cambay', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    line-height: 20px;
    letter-spacing: -0.02px;
    padding: 0px 0px 0px 0px;
    color: #828893;
    background: rgba(51,51,51,0);
}

#conteneur-img {
    width: 50%;
}

#img-cool {
    width: 689px;
    height: auto;
    max-width: 100%;
}

#img-bloc {
    /* margin-left: 29px; */
}

#conteneur-about {
    margin-top: 29px;
}

#conteneur-about-text {
    width: 633px;
    margin-top: -73px;
}

#about-text-div h2 {
    color: #60AF18;
    font-size: 20px;
    font-family: 'Fira Sans', sans-serif;
    margin-top: 0px;
    letter-spacing: 2px;
    font-size: 25px;
    font-weight: 400;
    text-transform: none;
    line-height: 42px;
    margin-bottom: -3px;
}

#about-text-div h1 {
    color: #60AF18;
    font-size: 36px;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 10px;
    line-height: 40px;
    letter-spacing: 2px;
    font-style: normal;
}

#about-text-div p {
   font-size: 20px;
   font-weight: 200;
   width: 100%;
   font-family: 'Hind Vadodara', sans-serif;
   color: #283a5e;
   margin-left: 0;
   line-height: 1.9em;
}

#about-text-div a {
    color: #60AF18;
    font-size: 14px;
    font-weight: 300;
    margin-top: 25px;
    display: inline-block;
}

#conteneur-about-second-line {
    /* margin-top: 30px; */
    /* margin-bottom: 130px; */
}
.chiffre-about h2 {
    margin-bottom: 0px;
    text-align: center;
    color: #60AF18;
    font-size: 46px;
}

.chiffre-about p {
    margin-bottom: 0px;
    color: #959796;
    font-size: 15px;
    margin-top: 0px;
}

#conteneur-recent-work {
    margin-top: 90px;
}

#conteneur-testimonies {
    margin-top: 25px;
}

#conteneur-slider, #conteneur-testimonies-slides {
    overflow: hidden;
}

#conteneur-slider {
    padding-bottom: 40px;
}

#conteneur-testimonies-left-part {
    width: 41%;
}

#conteneur-testimonies-right-part {
    width: 57%;
    margin-top: 106px;
    padding: 10px 10px;
}

#testimonies-left-part img {
    width: auto;
    max-width: 100%;
    height: 100%;
    box-shadow: 0px 1px 12px 3px #101f0338;
    margin-left: 123px;
    margin-top: 80px;
    border-radius: 10px;
}

#testimonies-right-part {
    padding-top: 14px;
}

#testimonies-right-part h2 {
    color: #60AF18;
    font-size: 25px;
    margin-top: 0px;
    letter-spacing: 3px;
    font-weight: 400;
    margin-bottom: 0;
    font-family: 'Fira Sans', sans-serif;
}

#testimonies-right-part h1 {
    color: #60AF18;
    font-size: 25px;
    margin-bottom: 0px;
    font-family: 'Fira Sans', sans-serif;
    margin-top: 9px;
    line-height: 50px;
}

.img-slide img {
    display: block;
    width: 100%;
    height: 400px;
}

.slides-testimonies div p {
    color: hsl(219, 7%, 63%);
    font-size: 18px;
    font-weight: 400;
    font-family: 'Hind Vadodara', sans-serif;
    line-height: 35px;
}

.slides-testimonies div h3 {
    color: #60AF18;
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 6px;
}

.slides-testimonies div h4 {
    color: #999ea7;
    font-size: 14px;
    margin-top: 0px;
}

.article {
    width: 500px;
    background-color: #fff;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    box-shadow: 0px 5px 15px 0px rgba(130,136,147,0.15);
    padding-bottom: 30px;
}

.article-text-container {
    padding-right: 30px;
    padding-left: 30px;
}

.article-whith-margin-right {
    margin-right: 50px;
}

.first-article-img {
    position: relative;
    background: url("img/article1.jpg");
    background-size:cover;
    background-repeat:no-repeat;
    height: 250px;
}

.second-article-img {
    position: relative;
    background: url("img/article2.jpg");
    background-size:cover;
    background-repeat:no-repeat;
    height: 250px;
}

.third-article-img {
    position: relative;
    background: url("img/article3.jpg");
    background-size:cover;
    background-repeat:no-repeat;
    height: 250px;
}

.article-text-container p {
    color: #828893;
    font-family: "caros-webfont", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02px;
    margin-bottom: 25px;
}

.article-text-container span {
    color: #999ea7;
    font-size: 14px;
}

.article-author {
    color: #60AF18;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
}

.nl-input-email {
    background: #ffffff;
    padding-top: 15px;
    margin-left: 20px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    color: #828893;
    font-family: "caros-webfont", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

form input:focus {
    outline: none;
}

form button {
    width: 100%;
    /* height: 55px; */
    font-family: "caros-webfont", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    padding-right: 50px;
    padding-left: 50px;
    margin: 0px 0px 0px 0px;
    color: #ffffff;
    background-color: #ff6d34;
    border-radius: 5px;
    border: none;
}

#nl-form {
    width: 100%;
}

#conteneur-nl-form {
    margin-bottom: 75px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px 10px 10px 10px;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ffffff;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 5px 15px 0px rgba(130,136,147,0.15);
}

#conteneur-newsletter {
    margin-top: 70px;
}

#bg-form {
    width: 808px;
    padding-top: 100px;
    position: relative;
    background: url(img/Map.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
}

#bg-form h1 {
    text-align: center;
    color: #60AF18;
    margin-bottom: 51px;
    font-family: "caros-bold", Sans-serif;
    font-size: 36px;
    font-weight: 600;
    text-transform: none;
    line-height: 42px;
    letter-spacing: -1.06px;
}

.first-line-div {
    width: 18%;
    /* min-width: 25%; */
}

footer {
    margin-top: 100px;
    background-color: #fbf9fd;
    padding-top: 50px;
}

#footer-second-column ul, #footer-third-column ul, #footer-forth-column ul {
    list-style-type: none;
    padding-left: 0px;
}

#footer-second-column ul li, #footer-third-column ul li, #footer-forth-column ul li {
    line-height: 35px;
}

#footer-second-column ul li a, #footer-third-column ul li a, #footer-forth-column ul li a {
    text-decoration: none;
    color: #bbbcc2;
    font-style: inherit;
    font-weight: inherit;
}

.footer-column-header {
    font-size: 19px;
    color: #60AF18;
}

#footer-second-column ul li a:hover, #footer-third-column ul li a:hover, #footer-forth-column ul li a:hover {
    color: #60AF18;
    transition: 0.5s;
}

.fsl-ul-middle {
    width: 29%;
    margin-right: 80px;
    margin-left: 0px;
    padding-left: 0px;
}

.fsl-ul-middle li a, .fsl-ul-social-media li a {
    color: #bbbcc2;
    text-decoration: none;
}

.fsl-ul-middle li a:hover, .fsl-ul-social-media li a:hover {
    color: #60AF18;
    transition: 0.5s;
}

.fsl-ul-social-media {
    width: 10%;
    padding-left: 0px;
}

#footer-second-line .flex p {
    color: #bbbcc2;
    width: 25%;
    margin-top: 0px;
}

.fsl-ul-middle, .fsl-ul-social-media {
    list-style-type: none;
}

#conteneur-latest-articles {
    margin-top: 80px;
}

#services, #recent-work, #latest-articles {
    position: relative;
}

.services-circle {
    position: absolute;
    width: 800px;
    height: 800px;
    background-color: rgba(96, 175, 24, .2);
    top: -172px;
    left: -121px;
    z-index: -1;
    border-radius: 100%;
}

.recent-work-circle {
    position: absolute;
    width: 900px;
    height: 900px;
    background-color: #FFF8E2;
    top: -53px;
    right: 0px;
    z-index: -1;
    border-radius: 100%;
}

.latest-article-circle-div {
    position: absolute;
    width: 900px;
    height: 900px;
    background-color: #FFE9E0;
    top: -83px;
    left: -121px;
    z-index: -1;
    border-radius: 100%;
}

.logo-h {
    width: 120px;
    height: auto;
}

li {
    margin-right: 35px;
    font-size: 12px;
}

#slider-baniere {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url("img/banieresloy.jpg");
    background-size: cover;
    background-repeat:no-repeat;
    height: 221px;
    background-position: 0px 1px;
    padding-bottom: 37px;
}

header {
   position: absolute;
   top: 0;
   /* left: 210px; */
   z-index: 15;
   width: 100%;
   /* max-width: 100%; */
   border-bottom: 1px solid grey;
}

.slide-baniere-item {
    margin-top: 245px;
    width: 755px;
}

.slide-baniere-item h2 {
    font-weight: 400;
    font-size: 34px;
    font-family: 'Fira Sans', sans-serif;
    line-height: 47px;
    margin-bottom: 25px;
}

.slide-baniere-item h2, .slide-baniere-item p {
    color: #fffcfc;
    font-size: 38px;
    font-weight: 600;
}

.slide-baniere-item p {
    line-height: 28px;
    margin-bottom: 24px;
    margin-top: 0;
    -webkit-tap-highlight-color: transparent;
    font-size: 20px;
    font-weight: 200;
    max-width: 100%;
    -webkit-font-smoothing: antialiased;
}

.recent-work-title {
    /* font-family: "caros-webfont", Sans-serif; */
    font-size: 25px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 16px;
    letter-spacing: 2.96px;
    color: #60AF18;
    font-weight: bold;
}

.recent-work-title-h1 {
    font-family: 'Cambay', sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-transform: none;
    line-height: 30px;
    font-weight: bold;
    color: #283A5E;
    width: 450px;
    margin-top: 0;
}

.recent-worh-link-tag {
    font-family: "caros-bold", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    text-decoration: underline;
    letter-spacing: -0.02px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #60AF18;
    font-weight: 800;
    margin-top: 90px;
}

.lafl-h3 {
    font-family: "caros-webfont", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 16px;
    letter-spacing: -0.04px;
    color: #60AF18;
    margin-bottom: 0;
}

.lafl-h1 {
    font-family: 'Cambay', sans-serif;
    font-size: 36px;
    font-weight: 600;
    text-transform: none;
    line-height: 42px;
    color: #283A5E;
    margin-top: 15px;
}

.articles-link-tag {
    font-family: "caros-bold", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    text-decoration: underline;
    letter-spacing: -0.02px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #60AF18;
    font-weight: 800;
    margin-top: 40px;
}

.article-link-tag-text {
    color: #283a5e;
    font-family: "caros-bold", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
    line-height: 25px;
    text-decoration: none;
    letter-spacing: -1px;
}

div#latest-article-second-line {
    margin-top: 15px;
}

div#conteneur-baniere {
    overflow: hidden;
}

.line-grey {
    border-bottom: 1px solid #deecd1;
    background-color: #fff;
}

div#footer-first-column {
    /* padding-right: 85px; */
}

.ul-top-nav-header li i{
    font-size: 14px;
    color: #6EB62C;
}

.social-icon-h {
    color: #000;
}

.social-icon-h:hover {
    color: #fff;
    transition: 0.8s;
}

.fa-usr {
    color: #1E4F1E;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    line-height: 2;
    padding-left: 40px;
    padding-right: 40px;
}

.fa-usr:hover {
    color: #60AF18;
    transition: 0.8s;
}

li.ul-top-nav-item {
    line-height: 3;
}

.ul-top-nav-header-left li {
    background: #fff;
    /* color: #1E4F1E; */
}
.conteneur-slides-baniere {
    margin-top: -12px;
}

.process-item.rocket:before {
    position: absolute;
    top: 50px;
    left: 230px;
    height: 1px;
    width: 15%;
    background: #e6dddd;
    content: '';
}

.process-item.gem:before {
    position: absolute;
    top: 50px;
    left: 530px;
    width: 15%;
    height: 1px;
    content: '';
    background: #e6dddd;
}

.service-img1 {
    /* background-color: rgba(96, 175, 24, 0.5); */
    padding-top: 30px;
    padding-left: 12%;
    /* padding-bottom: 50px; */
}

.service-img2 {
    /* background-color: rgba(255, 118, 65, .5); */
    padding-top: 30px;
    padding-left: 12%;
    /* padding-bottom: 50px; */
}

.service-img3 {
    /* background-color: rgba(148, 103, 212, .5); */
    padding-top: 30px;
    padding-left: 12%;
    /* padding-bottom: 50px; */
}

.services-group {
    padding-left: 50px;
    padding-right: 50px;
}

p.service-p {font-size: 17px;font-weight: 400;width: 60%;font-family: 'Hind Vadodara', sans-serif;color: #283a5e;width: 477px;}

div#conteneur-nav-bar {
    background: #fff;
}

#conteneur-contact-temoignage {
    background-position: center;
    background: linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)),url("img/slide1.jpg");
    background-size:cover;
    background-repeat:no-repeat;
    height: 550px;
    margin-top: 100px;
    margin-bottom: 30px;
    /* padding-top: 72px; */
}

#contact-temoignage {
    position: relative;
    display: flex;
    width: 1170px;
    margin: 0 auto;
    max-width: 100%;
    justify-content: space-between;
}

.form-control-contact {
    display: block;
    width: 94%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-family: 'Fira Sans', sans-serif;
    line-height: 1.5;
    color: #fff;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-group {
    margin-bottom: 1rem;
}

div#conteneur-contact-us {
    width: 50%;
    top: -57px;
    position: absolute;
    height: 660px;
    background: rgba(99, 139, 63, 0.64);
    /* margin-top: 20px; */
}

div#contact-us {
    padding: 89px 55px;
}

.btn-envoyer {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    background-color: #61AF19;
    line-height: 1.5;
    cursor: pointer;
    width: 100%;
    /* border-radius: .25rem; */
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-envoyer-nl {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .50rem !important;
    font-size: 1rem;
    background-color: #61AF19;
    line-height: 1.5;
    cursor: pointer;
    width: 106%;
    /* border-radius: .25rem; */
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

div#conteneur-temoignage {
    margin-top: 93px;
    /* width: 170%; */
    margin-left: 640px;
}

div.temoignage-text {
    position: relative;
    width: 500px;
    margin-left: 50px;
}

.temoignage-text p {
    padding: 30px;
    background: rgba(97, 175, 25, .5);
    color: #e0dfdf;
    font-size: 15px;
    line-height: 1.8;
}

h2.temoignage-member {
    color: #fff;
    font-size: 25px;
}

i.fas.fa-quote-left {
    position: absolute;
    top: 7px;
    left: 8px;
    /* font-family: 'Fira Sans', sans-serif !important; */
    font-size: 30px;
    /* background: #61AF19; */
    padding: 15px;
    /* border-radius: 50%; */
    color: #e0dfdf;
}

.input {
    height: 30px;
}

.textarea {
    height: 150px;
}

div#temoignage {
    padding-top: 66px;
    padding-left: 36px;
    overflow: hidden;
    width: 680px;
}

span.temoignage-member {
    margin-top: 15px;
    margin-bottom: 5px;
    /* font-weight: 800; */
    display: block;
    width: 80%;
    margin-left: 3px;
    color: #fff;
}

#flex-partenaire {
    width: 1170px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    overflow: hidden;
}

.partenaire-logo {
    width: 60%;
}

.partenaire-title {
    /* font-family: "caros-webfont", Sans-serif; */
    font-size: 25px;
    font-weight: 800;
    /* text-transform: capitalize; */
    line-height: 16px;
    letter-spacing: 3.96px;
    color: #60AF18;
    margin-bottom: 50px;
}

#partenaire-title {display: flex;justify-content: space-between;margin: 0 auto;width: 1170px;padding-top: 55px;padding-bottom: 16px;}
.member-testimonie {
    display: flex;
    width: 100%;
    padding-top: 15px;
    margin-left: 18px;
    justify-content: space-between;
}

.member-testimonie img {
    border-radius: 50%;
    width: 20%;
}

.member-testimonie-logo {
    width: 13%;
}

.member-testimonie-name {
    width: 85%;
}

span.member-post {
    margin-left: 2px;
    color: #fff;
    font-weight: 100;
}

.temoignage-text p:before {
    position: absolute;
    left: 75px;
    bottom: 72px;
    border-left: 25px solid #5E863C;
    border-bottom: 24px solid transparent;
    content: '';
}

.sub-line-tittle:before {
    content: '';
    position: absolute;
    /* left: 221px; */
    right: 361px;
    top: 29px;
    width: 186px;
    height: 4px;
    background: #DADBDB;
    /* color: #000; */
}

#first-line-services h2:before {
    /* content: ''; */
}

div#first-line-services {
    position: relative;
}

div#about-text-div {
    position: relative;
    padding-left: 0;
}

#about-text-div h2:before {
}

div#partenaire-title {
    position: relative;
}

h2.partenaire-title {
    font-family: 'Fira Sans', sans-serif;
}

h2.partenaire-title:before {
}

.fa-ambulance {
    font-weight: 900;
    padding: 40px;
    font-size: 21px;
    background: rgba(111, 182, 46, .5);
    color: #fff;
    border-radius: 50%;
}

.fa-dolly {
    font-weight: 900;
    padding: 40px;
    font-size: 21px;
    border-radius: 50%;
    background: rgba(255, 186, 159, .5);
    color: #fff;
}

.fa-address-book {
    font-weight: 900;
    padding: 40px;
    font-size: 21px;
    border-radius: 50%;
    color: #fff;
    background: rgba(201, 178, 233, .5);
}

.conteneur-services-group.chr:hover .fa-ambulance {
    background: rgba(111, 182, 46, 1);
    transition: 0.8s;
}

.conteneur-services-group.lne:hover .fa-dolly {
    background: rgba(255, 186, 159, 1);
    transition: 0.8s;
}

.conteneur-services-group.rkt:hover .fa-address-book {
    background: rgba(201, 178, 233, 1);
    transition: 0.8s;
}

input.form-control-contact.input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

textarea.form-control-contact.textarea::placeholder {
    color: rgba(255, 255, 255, 0.6509803921568628);
}

.input-nltrs::placeholder {
    color: grey !important;
    font-weight: 200;
}

textarea.form-control-contact.textarea:focus {
    outline: none;
}

.conteneur-services-group.chr:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 292px;
    border-bottom: 61px solid #6fb62e85;
    border-left: 59px solid transparent;
}

.conteneur-services-group.lne:before {position: absolute;left: 699px;bottom: 0;border-left: 61px solid transparent;border-bottom: 59px solid #FFC1A9;content: '';}

.conteneur-services-group.rkt:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 1112px;
    border-bottom: 61px solid #C9B2E9;
    border-left: 59px solid transparent;
}

#contact-us h2 {
    font-weight: 400;
}

#img-bloc h1 {
    font-size: 40px;
    color: #60AF18;
}

/* SERVICE EN LIGNE */
.conteneur-service-en-ligne {
    padding: 40px 0 30px;
    /* border-bottom: 2px solid #ebebeb; */
    overflow: hidden;
    background-color: #60AF18;
}
.content-svg img {
    width: 70%;
    height: auto;
    display: block;
}
.service-en-ligne .titre-bloc {
    border-color: white;
}

.service-en-ligne p {
    color: #fff;
}
.service-en-ligne {
    width: 1170px;
    max-width: 95%;
    margin: 0 auto;
    /* border-bottom: 1px solid #ebebeb; */
    text-align: center;
}
.content-btn-galerie a:first-child {
    background: rgb(31, 129, 200);
    border-color: rgb(31, 129, 200);
    color: #fff;
}
.content-btn-galerie a {
    background: rgb(17, 91, 46);
    border-color: rgb(17, 91, 46);
    color: #fff;
}
.service-en-ligne .titre-bloc {
    font-size: 45px;
    text-align: left;
    font-weight: 300;
    position: relative;
    color: #0051a4;
    display: inline-block;
}
.titre-bloc:before, .titre-bloc:after {
    position: absolute;
    content: '';
    left: 0;


    right: 0;
    margin: 0 auto;
    background: #0051a4;
    height: 1px;
    bottom: 0;
}
.titre-bloc:before {
    width: 50%;
    bottom: -8px;
    opacity: 0;
}
.titre-bloc:after {
    width: 25%;
    bottom: -15px;
    opacity: 0;
}
/***************************service en ligne***************************************/

.content-bloc-service-ligne {
    display: flex;
    /* margin: 42px 0 0; */
    justify-content: space-between;
    flex-wrap: wrap;
}
.content-bloc-service-ligne .masque {
    display: none
}
.content-bloc-service-ligne .bloc-service-ligne:hover .masque {
    display: block
}
 .bloc-service-ligne:hover .visible {
    display: none
}
.bloc-service-ligne-wrapper {

    width: 19%;
    position: relative;
    overflow: hidden;
    padding: 10px 0;
    box-sizing: border-box;
    cursor: pointer;
    transition: all linear 0.3s;
}

#outils-pilotage .bloc-service-ligne-wrapper {
    width: 22%;
}
.content-description p {
    font-weight: 300;
    font-size: 15px;
}

.bloc-service-ligne:hover svg path {
    fill: #fff;
}
.survol-elt {
    position: absolute;
    left: 50%;
    right: 50%;
    top: 50%;
    bottom: 50%;
    opacity: 0;
    padding: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
}
.bloc-service-ligne:hover .survol-elt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #8fc53f;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}
.icone-service-ligne:before {
    position: absolute;
    content: '';
    left: 0;
    top:;
    top: 0;
    bottom: 0;
    right: 0;
    border: 1px dashed #ffffff;

    transform: scale(0);
    border-radius: 50%;
}
.bloc-service-ligne:hover .icone-service-ligne:before {
    transform: scale(1.2);
    transition: all linear 0.3s;
}
.bloc-service-ligne-wrapper:hover .svg {
    fill: red;
}
.bloc-service-ligne-wrapper:hover svg {
    fill: #fff;
    border-color: #0051a4;
    transition: all linear 0.3s;
}
.bloc-service-ligne-wrapper:hover .icone-service-ligne {
/*! background: #fff; */
    /*! border: 1px solid #0051a4; */
    /*! transition: all linear 0.3s; */
}
.content-svg {
    width: 80px;
    height: 80px;
    /*! border: 1px dashed #fff; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    transition: all linear 0.3s;
    justify-content: center;
    position: relative;
}
.bloc-service-ligne-wrapper:hover .content-svg { 
    /*! border-color: #0051a4; */
    transition: all linear 0.3s;/*! background: #0051a4; */
}
.icone-service-ligne svg {
    width: 60%;
    fill: rgb(0, 112, 192);
    padding: 15px;
    /* background: red; */
    /* border-radius: 50%; */
    /* border: 1px dashed #fff; */
}
.bloc-service-ligne {
    text-align: center;
    overflow: hidden;/* position: relative; */
}
.icone-service-ligne {
    height: 120px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0;
    background: #f9f9f9;
    border-radius: 50%;
    z-index: 2;
    transition: all linear 0.3s;
    border: 1px solid #eae8e8;
    position: relative;
    transition: all linear 0.3s;
}
.content-libelle-service-ligne {
    font-size: 17px;
    margin: 0 20px;
    color: white;
}
.image-fond {
    position: absolute;
    width: 11.4rem;
    height: 11.4rem;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    left: 50%;
    transform: translatex(-50%) scale(0.7);
    top: -1.45rem;
    border-radius: 50%;
    overflow: hidden;
    z-index: -1;
}
.bloc-service-ligne:hover .image-fond {
    opacity: 1;
    transform: translatex(-50%) scale(1);
}

.bloc-service-ligne-wrapper:before, .bloc-service-ligne-wrapper:after,  .bloc-service-ligne:before,  .bloc-service-ligne:after {
    position: absolute;
    content: '';

    display: none;
}
.bloc-service-ligne-wrapper:before {
    top: 100%;
    bottom: 0;
    left: 0;
    background: #0051a4;
    height: 100%;
    width: 1px;
}
.bloc-service-ligne-wrapper:after {
    background: #0051a4;
    height: 100%;
    width: 1px;
    top: 5px;
}
.bloc-service-ligne-wrapper:after {
    right: 0;
    left: unset;
    bottom: 100%;
    top: unset;
}
.bloc-service-ligne:before {
    width: 100%;
    height: 1px;
    top: 0;
    background: #0051a4;
    left: 100%;
    right: 0;
}
.bloc-service-ligne:after {
    bottom: 0;
    height: 1px;
    background: #0051a4;
    top: unset;
    width: 100%;
    right: 100%;
    transition: all linear 0.3s;

}
.bloc-service-ligne-wrapper:hover:after {
    bottom: 0;
    transition: all linear 0.3s;
}
.bloc-service-ligne-wrapper:hover:before {
    top: 0;
    transition: all linear 0.3s;
}
.bloc-service-ligne-wrapper:hover .bloc-service-ligne:before {
    left: 0;
    transition: all linear 0.3s;
    display: none;
}
.bloc-service-ligne:hover:after {
    right: 0;
    transition: all linear 0.3s;
}
.bloc-service-ligne-wrapper:hover {
    transform: scale(1.05);
    transition: all linear 0.3s;
}
p.accroche-content {
    width: 80%;
    margin: 0 auto;
    padding: 60px 0 0;
    text-align: center;
    opacity: 0.8;
    display: none;
}


.service-en-ligne .titre-center {
    color: #fff;
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 2.1rem;
    font-family: 'Fira Sans', sans-serif;
    text-align: center;
}
.content-libelle-service-ligne h4 {text-transform: uppercase;font-size: 20px;margin-bottom: 0;margin-top: 13px;}

/* PROCESS */
.wrapper-process{
    position: relative;
    padding: 40px 0;
}
.process{
    margin: 0 auto;
    width: 1170px;
}
.process .titre-center {
        color: #60AF18;
        font-size: 36px;
        font-weight: 900;
        margin-bottom: 2.1rem;
        font-family: 'Fira Sans', sans-serif;
        text-align: center;
}
.content-block-process{
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.process-block{
    padding: 0 10px 0 10px;
}



.process-block{
    position:relative;
    margin-bottom:40px;
    width: 50%;
}

.process-block .process-box{
    position:relative;
    display:block;
    text-align:center;
}

.process-block .process-box .upper-box{
    position:relative;
}

.process-block .process-box .upper-box:after{
    position:absolute;
    content:'\f178';
    left:100%;
    top:50%;
    color: #8fc53f;
    font-size:45px;
    margin-top:-10px;
    font-family: 'FontAwesome';
}

.process-block:last-child .process-box .upper-box:after{
    display:none;
}

.process-block .process-box .upper-box .icon-box .block-number{
    position:absolute;
    right:0px;
    top:0px;
    width:40px;
    height:40px;
    color:#777777;
    font-size:24px;
    text-align:center;
    border-radius:50%;
    font-weight:700;
    line-height:32px;
    background-color:#ffffff;
    border:2px solid #2d2d2d;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    font-family: 'Raleway', sans-serif;
}

.process-block .process-box:hover .upper-box .icon-box .block-number{
    background-color:#2d2d2d;
    color:#ffffff;
}

.process-block:hover svg path {
    fill: #fff;
}
.process-block .process-box .upper-box .icon-box{
    position:relative;
    width:160px;
    height:160px;
    margin:0 auto;
    color: #8fc53f;
    font-size: 94px;
    line-height:154px;
    border-radius:50%;
    margin-bottom: 32px;
    border:2px solid #e4e4e4;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.process-block .process-box .upper-box .icon-box svg{
    height: 64px;
    width: 64px;
}

.process-block .process-box:hover .upper-box .icon-box{
    color: #ffffff;
    border-color: #ffffff;
    background-color: #8fc53f;
}

.process-block .process-box .lower-box{
    position:relative;
}

.process-block .process-box .lower-box h3{
    position:relative;
    font-size:20px;
    font-weight:700;
    color:#333333;
    margin-bottom:10px;
    text-transform:uppercase;
}

.process-block .process-box .lower-box h3 a{
    position:relative;
    text-decoration: none;
    color:#333333;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.process-block .process-box .lower-box h3 a:hover{
    color:#8fc53f;
}

.process-block .process-box .lower-box .text{
    position:relative;
    color:#777777;
    font-size:16px;
    line-height:1.8em;
    /* max-width:210px; */
    margin:0 auto;
}


.wrapper-realisation{
    position: relative;
    border-top: 1px solid #60af1873;
    border-bottom: 1px solid #60af1873;
    background: #d3d3d321;
}
.realisation{
    width: 1170px;
    margin: 0 auto;
    padding: 50px 20px;
}

.previous-realisation{
    position: absolute;
    left: 100px;
    top: 48%;
    bottom: 0;
    padding: 0 20px;
    align-items: center;
    z-index: 100;
    cursor: pointer;
}
.previous-realisation img , .next-realisation img{
    width: 40px;
    height: 40px;
}
.next-realisation {
    position: absolute;
    right: 105px;
    top: 48%;
    bottom: 0;
    padding: 0 20px;
    align-items: center;
    z-index: 100;
    cursor: pointer;
}
{
    
}
.realisation .titre-center{
    color: #60AF18;
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 2.1rem;
    font-family: 'Fira Sans', sans-serif;
    text-align: center;
}
p.accroche-titre-center {
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    max-width: 72%;
    margin: 0 auto 50px;
}

.content-wrap-realisation{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.realisation-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* border-radius: 5px; */
    width: 92%;
    border: 1px solid #60af181c;
}


.realisation-item a{
    text-decoration: none;
}
.block-realisation{
    height: 100%;
    display: block;
    background: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    outline: none;

}
.image-realisation-item img{
    display: block;
    margin-right: 0;
    width: auto !important;
    max-width: 100%;
    height: auto;
    max-height: 200px;
    /* margin-top: 34px; */
    margin-left: 99px;
    padding-right: 0;
}
.info-realisation-item{
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 0;
    /* padding-left: 20px; */
    padding-bottom: 25px;
    text-align: center;
}
.info-realisation-item h3{
    font-family: 'Fira Sans', sans-serif;
    color: #60AF18;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
}
.info-realisation-item span{
    color: #69798d;
}

.custom-btn {
    /* max-width: 33.33%; */
    /* margin-top: 31px; */
    padding: 22px;
    /* display: inline-block; */
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    border-radius: 50px;
    /* vertical-align: middle; */
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: #60AF18;
}
.block-bouton-realisation {
    /* position: relative; */
    /* padding: 46px 35%; */
    /* margin: 0 auto; */
    display: flex;
    justify-content: center;
    margin-top: 56px;
}
.block-laptop {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 1170px;
    padding-bottom: 70px;
}

.content-wrap-realisation {
    overflow: hidden;
}

h1.baniere-slide-title {
    font-size: 60px;
    margin-bottom: 0;
    color: #60AF18;
}

.image-realisation-item {
    height: 253px;
    padding-top: 20px;
    display: flex;
    align-items: center;
    width: 40%;
}

h1.testimonie-title-bloc {
    color: #60AF18;
    font-family: 'Fira Sans', sans-serif;
    font-size: 36px;
    margin-top: 15px;
}

div#testimonie-title-bloc {
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
}

h1.partenaire-bloc-h1 {
    color: #60AF18;
    font-size: 25px;
    margin-top: 67px;
    margin-left: 70px;
    letter-spacing: 3px;
    font-weight: 400;
    margin-bottom: 36px;
    font-family: 'Fira Sans', sans-serif;
}

div#partenaire-bloc {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 1170px;
    max-width: 100%;
}

div#testimonies-left-part {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    width: 100%;
}

div#carree-vert {
    position: absolute;
    content: '';
    top: -49px;
    left: 22px;
    width: 167px;
    height: 200px;
    background: #60af18b5;
    border-radius: 10px;
    z-index: -1;
}

div#bloc-nos-partners {
    margin-top: 0;
}

.partenaire-logo img {
    filter: grayscale(1);
}

.partenaire-logo img:hover {
    filter: grayscale(0);
}

.partenaire-logo img {
    cursor: pointer;
}

div#conteneur-testimonies-slides {
    width: 96%;
}

#footer-first-column p {
    color: #000000a3;
}

.footer-first-column-li i {
    margin-right: 7px;
}

li.footer-first-column-li {
    color: #bbbcc2;
    line-height: 33px;
    margin-right: 0px;
}

ul.footer-first-column-ul {
    list-style: none;
    padding-left: 0;
    margin-top: 2px;
}

p.nl-text {
    color: #bbbcc2;
    font-size: 12px;
}

input.form-control-contact.input.input-nltrs::placeholder {
    font-size: 12px;
    font-family: 'Fira Sans', sans-serif;
}






/********************************************************************
 ********************** ABOUT US PAGE *******************************
 ********************************************************************/

 div#conteneur-dg-discour {
    width: 100%;
    margin-top: 60px;
}

div#dg-discour {
    display: flex;
    justify-content: space-around;
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
}

div#conteneur-img-dg {
    width: 50%;
    position: relative;
}

div#img-dg {
    width: 100%;
}

img#img-dg-image {
    width: 95%;
    height: auto;
    max-width: 100%;
}

div#conteneur-text-discour-dg {
    width: 49%;
}

h3.text-discour-dg-h3 {
    font-size: 43px;
    line-height: 48px;
    text-align: left;
    color: #66B221;
    font-family: poppins;
    letter-spacing: -0.64px;
    font-weight: 700;
    font-style: normal;
    margin-top: 90px;
    margin-bottom: 40px;
    opacity: 1;
}

div#text-discour-dg {
    margin-left: 0%;
    margin-top: 0;
    max-width: 100%;
    width: 100%;
}

div#text-discours {
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
    color: #555555;
    letter-spacing: 0;
    font-weight: 400;
    font-family: "Open Sans";
}


div#experiences-years {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 585px;
    max-width: 100%;
}

div#square {
    position: relative;
    display: flex;
    justify-content: space-between;
}

p.annee-experience-ptext {
    margin: 0;
    width: 150px;
    padding-left: 6px;
    color: #333333;
    font-family: poppins;
    font-weight: 600;
    font-size: 26px;
    line-height: 0.9;
    font-style: normal;
}

div#conteneur-experiences-years {
    margin-top: 108px;
    width: 100%;
    max-width: 100%;
}

span.annee-experience-spanumber {
    color: #333333;
    font-family: poppins;
    font-size: 78px;
    font-weight: 700;
    margin-left: 54px;
    line-height: 55px;
}

div#square:before {
    position: absolute;
    top: -39px;
    left: -2px;
    content: '';
    width: 110px;
    height: 110px;
    background: transparent;
    border: 6px solid #60AF18;
    z-index: -1;
}

button.btn-about-company {
    color: #fff;
    padding: 17px 34px;
    outline: none;
    border: none;
    font-family: poppins;
    background: #60AF18;
    border-radius: 35px;
    font-size: 14px;
    font-weight: 700;
}

div#conteneur-square {
    width: 51%;
}

div#conteneur-bouton-about-company {
    width: 35%;
    margin-top: -12px;
}


div#about-page-atouts {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 1170px;
    max-width: 100%;
}

div#conteneur-about-page-atouts {
    margin-top: 30px;
    padding-bottom: -3px;
    position: relative;
    /* overflow: hidden; */
}

h3.event-atouts-title {
    font-size: 29px;
    line-height: 36px;
    font-family: poppins;
    color: #333333;
    margin-bottom: 15px;
}

span.green-text {
    color: #60AF18;
}

p.event-atouts-p {
    font-size: 18px;
    line-height: 26px;
    font-family: "Open Sans";
    font-weight: 400;
    color: #555555;
}

.event-atouts {
    padding-right: 22px;
}

span.arrow {
    color: #fff;
    background: #60AF18;
    width: 46px;
    height: 30px;
    line-height: 30px;
    padding: 4px 16px;
    cursor: pointer;
    border-radius: 3px;
}

.section-title {
    display: flex;
    justify-content: space-between;
    width: 1170px;
    margin: 119px auto;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    color: #60af1891;
    position: relative;
}

div#about-page-services {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 100%;
    width: 1170px;
}

.conteneur-event-services {
    width: 32%;
}

.event-services {
    width: auto;
    max-width: 100%;
    position: relative;
}

.conteneur-event-services-img {
    /* width: auto; */
    max-width: 100%;
    box-sizing: border-box;
}

.event-services-img {
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

img.event-services-img-image {
    width: auto;
    max-width: 100%;
    transition: 0.5s;
}

div#conteneur-about-page-services {
    background: #F0F0F0;
    margin-top: 148px;
    height: 560px;
}

.conteneur-services-description {
    position: absolute;
    bottom: -179px;
    left: 8%;
    background: #fff;
    padding-bottom: 22px;
    width: 85%;
    box-shadow: 5px 0 32px rgba(0,0,0,0.11);
}

h2.services-description-h2 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    color: #60AF18;
    text-align: center;
    margin-bottom: 0;
    opacity: 1;
    font-weight: 500;
    font-family: poppins;
}

p.services-description-p {
    text-align: left;
    font-family: poppins;
    line-height: 28px;
    letter-spacing: 0;
    font-weight: 400;
    color: #555555;
    font-size: 14px;
}

.services-description {
    padding: 5px 25px;
    text-align: center;
}

span.services-description-span {
    /* padding: 0 25px; */
    /* text-align: center; */
}

a.services-description-a {
    color: #60AF18;
    text-decoration: none;
    font-size: 14px;
    font-family: Poppins;
    border: 1px solid #60AF18;
    padding: 10px 34px;
    border-radius: 21px;
    transition: 0.8s;
}

div#ciffre-cle-about-page {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 1170px;
    max-width: 100%;
}

.conteneur-event-chiffre-cle {
    border: 4px dotted #eaeaea;
    width: 20%;
    height: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.event-chiffre-cle {
    position: relative;
}

.conteneur-chiffre-and-text {
}

.conteneur-font-awesome {
    position: absolute;
    top: 16px;
    left: 35px;
    z-index: -1;
}

.font-awesome i {
    font-size: 50px;
    z-index: -1;
    color: rgba(96, 175, 24, 0.21);
}

p.chiffre-and-text-p {
    font-size: 51px;
    color: #333333;
    font-weight: 700;
    font-family: Poppins;
    line-height: 51px;
    text-align: center;
    margin: 0 !important;
}

.font-awesome {
    z-index: -1;
}
span.sign {
    font-size: 35px;
    font-family: Poppins;
    color: #333333;
}

div#conteneur-chiffres-cle-about-page {
    margin-top: 178px;
    position: relative;
}

.chiffre-and-text {
}

p.chiffre-and-text-small-p {
    margin: 0;
    text-align: center;
    font-family: 'Poppins';
    font-size: 15px;
    line-height: 22px;
}

div#conteneur-team-about-page {
    margin-top: 50px;
    width: 100%;
    position: relative;
}

div#team-about-page {
    display: flex;
    justify-content: space-between;
    width: 1170px;
    margin: 0 auto;
    max-width: 100%;
}

.teamate-container {width: 100%;padding: 0 15px;}

.teamate {
    width: 90%;
}

.teamate-image-container {
    width: 100%;
    position: relative;
}

img {
    width: auto;
    max-width: 100%;
    border-radius: 4px;
}

p.teamate-name {
    color: #555555;
    cursor: pointer;
    font-size: 24px;
    letter-spacing: -0.64px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3px;
    margin-top: 17px;
}

span.teamate-profesion {
    font-size: 15px;
    line-height: 24px;
    color: #60AF18;
    font-family: "Open Sans";
    font-weight: 400;
    display: block;
}

.teamate-description {
    text-align: center;
    transition: 0.8s;
}

div#conteneur-text-discours {
    width: 97%;
    max-width: 100%;
}

div#conteneur-img-dg:before {
}

.conteneur-event-atouts {
    margin-top: -40px;
    width: 33%;
}

.conteneur-event-services:hover .event-services-img-image {
    transform: scale(1.2);
    
}

.social-media-teamate {
    position: absolute;
    bottom: 21%;
    left: 10%;
    width: 76%;
    background: #66b221db;
    height: 73%;
    z-index: -1;
    transition: 0.5s;
}

.teamate-container:hover .social-media-teamate {
    /*     width: 100%;
    height: 100%;
    bottom: 0;
    left: 0; */
    left: 0%;
    width: 100%;
    z-index: 1;
    bottom: 0%;
    height: 100%;
    border-radius: 4px;
}

.teamate {
    position: relative;
}

.teamate-great-line {
    position: absolute;
    bottom: 0px;
    left: 68px;
    z-index: -30;
    text-align: center;
    transition: 0.8s;
}

.teamate-container:hover .teamate-description {
    transform: translateY(-140px);
    opacity: 1;
}

.teamate-container:hover .teamate-name {
    color: #fff;
}

.teamate-container:hover .teamate-profesion {
    color: #fff;
}

.teamate-container:hover .teamate-great-line {
    transform: translateY(-120px);
    z-index: 30;
    color: #fff;
    opacity: 1;
}

ul.teamate-social-media-ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin-top: 50%;
}

a.teamate-social-media-ul-li-a {
    color: #fff;
    font-size: 20px;
}

.slick-prev:before, .slick-next:before { 
    color:green !important;
}

h1.section-title-h1 {
    font-size: 43px;
    /* margin-bottom: 8px; */
}

h1.section-title-h1:before {
    position: absolute;
    content: '';
    top: -29px;
    left: 50%;
    width: 1px;
    height: 59px;
    background: #60AF18;
}

h1.section-title-h1:after {
    position: absolute;
    content: '';
    bottom: -35px;
    left: 50%;
    width: 1px;
    height: 59px;
    background: #60AF18;
}

a.services-description-a:hover {
    background: #60AF18;
    color: #fff;
    border: none;
}

.circle-green {
    position: absolute;
    bottom: -463px;
    left: -106px;
    width: 700px;
    height: 650px;
    background: #EFF7E7;
    border-radius: 50%;
    z-index: -5;
}

.circle-pink {
    position: absolute;
    width: 750px;
    height: 750px;
    top: 99px;
    right: -36px;
    background: #c9e4b04d;
    border-radius: 50%;
    z-index: -5;
}

.circle-orange {
    position: absolute;
    bottom: -395px;
    right: -36px;
    width: 750px;
    height: 750px;
    border-radius: 50%;
    background: #f9900021;
    z-index: -5;
}

.circle-black {
    position: absolute;
    width: 150px;
    height: 150px;
    z-index: -5;
    background: #0000001f;
    top: -145px;
    right: 260px;
    border-radius: 50%;
}

div#about-bouton-company img {
    margin-top: -17px;
    width: 36%;
}

div#titre-page-conteneur {
    padding-top: 86px;
}

h1.titre-page-h1 {
    color: #fff;
    font-size: 35px;
    font-family: Poppins;
    margin-bottom: 0;
    margin-top: 47px;
}

ul#breadcumbs-ul {
    list-style: none;
    display: flex;
    padding-left: 0;
    margin-top: 0;
}

li.breadcumbs-ul-li a {
    color: #fff;
    text-decoration: none;
}

li.breadcumbs-ul-li {
    margin-right: 15px;
    font-size: 16px;
    font-family: Poppins;
    font-weight: 200;
}

div#titre-page {
    display: flex;
    justify-content: space-between;
    width: 1170px;
    margin: 0 auto;
    position: relative;
}

li.breadcumbs-ul-li.breadcumbs-ul-li-contact {
    font-style: italic;
}

li.breadcumbs-ul-li.breadcumbs-ul-li-accueil {
    font-weight: 400;
}

div#breadcumbs {
    display: flex;
    width: 1170px;
    max-width: 100%;
    justify-content: space-between;
    margin: 0 auto;
}

li.navigation-bar-ul-li.navigation-bar-ul-li-about {
    border-bottom: 3px solid #66B221;
    padding-bottom: 7px;
}

p.dg-name {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-family: "Open Sans";
    color: #60AF18;
    font-weight: 600;
    line-height: 9px;
}

div#about-bouton-company {
    display: flex;
    flex-direction: column;
    align-items: center;
}
h1.titre-page-h1:before {
    position: absolute;
    left: -18px;
    top: 39px;
    background: #fff;
    width: 5px;
    height: 99px;
    content: '';
}

li.navigation-bar-ul-li.navigation-bar-ul-li-about a {
    color: #66B221;
}

p.dg-profession {
    margin-top: 0;
    font-family: Poppins;
    font-size: 13px;
}

span.plus-de {
    margin-left: 19px;
    margin-right: -66px;
    font-family: Poppins;
    margin-top: 19px;
    width: 43px;
}


@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Hind+Vadodara:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
/* le vert #60AF18
   le noir #18181A
   le gris #959796 */

body {
    font-family: "Open Sans";
    padding: 0;
    margin: 0;
    max-width: 100vw;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}

#footer-first-line .flex {
    display: flex;
    justify-content: space-between;
    width: 80% !important;
    max-width: 100%;
    margin: 0 auto;
    align-items: flex-start;
    position: relative;
}

#contact-header, #nav-bar {
    display: flex;
    justify-content: space-between;
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 11px;
    position: relative;
    align-items: center;
    /* padding: 10px 0; */
}

.ul-top-nav-header {
    color: #463b3b;
    list-style-type: none;
    display: inline-flex;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    /* margin-left: 143px; */
}

.ul-top-nav-first-item {
    margin-right: 30px;
}

.ul-top-nav-header li i {
    margin-right: 5px;
}

#conteneur-logo {
    margin-top: 4px;
    margin-bottom: 1px;
    width: auto;
    /* position: absolute; */
    /* top: -26px; */
}

#conteneur-navigation-bar {
    width: auto;
    /* margin-left: 100px; */
}

.navigation-bar-ul {
    display: flex;
    list-style-type: none;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 0;
}

.navigation-bar-ul li a {
    color: #000;
    text-decoration: none;
    /* letter-spacing: 3px; */
    font-size: 16px;
}

.navigation-bar-ul li a:hover {
    color: #60AF18;
    transition: 0.8s
}

.slide {
    width: 600px;
}

.slide h2, .slide p {
    color: white;
}

.slide h2 {
    font-size: 32px;
    line-height: 50px;
}

.header-p {
    line-height: 25px;
}

#slider {
    margin-top: 90px;
}

.img-slide {
    max-height: 550px;
    width: 95%;
}

.img-slide img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 2%;
    box-shadow: -2px 4px 20px 0px lightslategrey;
}
.btn-header {
    background-color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-right: 10px;
    font-size: 16px;
    padding: 15px 25px;
    font-weight: 600;
    cursor: pointer;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    border-radius: 3px;
    text-align: center;
}

.btn-header-contact {
    background-color: #60AF18;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-right: 10px;
    font-size: 16px;
    padding: 15px 25px;
    font-weight: 600;
    cursor: pointer;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    border-radius: 3px;
    text-align: center;
}

.btn-header a {
    text-decoration: none;
    color: #777;
}

.btn-header-contact a {
    text-decoration: none;
    color: #fff;
}

.btn-header-div {
    margin-top: 30px;
}

.flex-vertical {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.process-item .fa-chart-pie {
    /*background: #5edbd5;*/    
    color: #5edbd5; 
    font-size: 35px;
    width: 105px;
    height: 105px;
    box-shadow: 0px 5px 10px 0px rgba(130,136,184,0.2);
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    display: flex !important;
    align-items: center;
}

.pie:hover .fa-chart-pie {
    background: #5edbd5;    
    color: #ffffff;
    transition: 0.8s;   
}

.process-item .fa-rocket {
    color: #ff7641; 
    font-size: 35px;
    width: 105px;
    height: 105px;
    box-shadow: 0px 5px 10px 0px rgba(130,136,184,0.2);
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    display: flex !important;
    align-items: center;
}

.rocket:hover .fa-rocket {
    background: #ff7641;    
    color: #ffffff;
    transition: 0.8s;   
}

.process-item .fa-gem {
    color: #9365d4; 
    font-size: 35px;
    width: 105px;
    height: 105px;
    box-shadow: 0px 5px 10px 0px rgba(130,136,184,0.2);
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    display: flex !important;
    align-items: center;
}

.gem:hover .fa-gem {
    background: #9365d4;    
    color: #ffffff;
    transition: 0.8s;   
}

.work-process-p {
    font-family: 'Hind Vadodara', sans-serif;
    font-size: 25px;
    font-weight: 400;
    /* text-transform: capitalize; */
    line-height: 38px;
    letter-spacing: -0.086px;
    text-align: center;
    color: #283a5e;
    margin-top: 0;
    margin-bottom: 20px;
}

.work-process-span-1 {
    color: #828893;
    text-align: center;
    font-family: "caros-webfont", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    /* text-transform: capitalize; */
    line-height: 26px;
    letter-spacing: -0.04px;
}

#work-process .flex {
    margin-top: 75px;
    position: relative;
}

.process-item {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-right: 40px;
    padding-left: 40px;
}

.process-item div {
    margin-top: 25px;
}

.process-item div span {
    font-size: 15px;
    color: #828893;
}

.process-item div p {
    color: #283a5e;
    font-family: "caros-webfont", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.04px;
}

#conteneur-work-process {
    padding-top: 25px;
}

#work-process .flex-vertical h4{
    color: #60AF18;
    /* font-family: "caros-webfont", Sans-serif; */
    font-size: 25px;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 16px;
    letter-spacing: 3.96px;
    margin-top: 0;
}

#conteneur-first-line-services .flex p {
    /* margin-top: 29px; */
    /* font-weight: bold; */
}

#conteneur-first-line-services .flex p a {
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    color: #60AF18;
}

#conteneur-services {
    margin-top: 90px;   
}

.conteneur-services-group {
    background-color: #ffffff;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 5px 15px 0px rgba(130,136,147,0.15);
    /* padding-top: 50px; */
    padding-bottom: 20px;
    /* padding-right: 50px; */
    /* padding-left: 50px; */
    width: 30%;
    height: 375px;
}

#first-line-services h2 {
    /* font-family: "caros-webfont", Sans-serif; */
    font-size: 25px;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 16px;
    letter-spacing: 3.96px;
    color: #60AF18;
}

#first-line-services h1 {
    color: #283a5e;
    font-family: 'Cambay', sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-transform: none;
    line-height: 42px;
    width: 445px;
    margin-top: 0;
}

.conteneur-services-group .fa-chart-pie {
    background: #FFF7DF;
    color: #ffdd6e;
    font-size: 35px;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    display: flex !important;
    align-items: center;
}

.chr:hover .fa-chart-pie {
    background-color: #FFDD70;
    color: #fff;
    transition: 0.8s;
}

.conteneur-services-group .fa-chart-line {
    background: #F8F1FF;
    color: #9365d4; 
    font-size: 35px;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    display: flex !important;
    align-items: center;
}

.lne:hover .fa-chart-line {
    background-color: #9365d4;
    color: #fff;
    transition: 0.8s;
}

.conteneur-services-group .fa-rocket {
    background: #FFEEE4;
    color: #FF7038; 
    font-size: 35px;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    display: flex !important;
    align-items: center;
}

.rkt:hover .fa-rocket {
    background-color: #ff6d34;
    color: #fff;
    transition: 0.8s;
}

.services-group p {
    color: #828893;
    font-family: 'Cambay', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -0.02px;
}

.services-group h2 {
    color: #283a5e;
    font-family: 'Cambay', sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: -0.36px;
    margin-bottom: 15px;
    margin-top: 40px;
}

.services-group a {
    font-family: 'Cambay', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    line-height: 20px;
    letter-spacing: -0.02px;
    padding: 0px 0px 0px 0px;
    color: #828893;
    background: rgba(51,51,51,0);
}

#conteneur-img {
    width: 50%;
}

#img-cool {
    width: 689px;
    height: auto;
    max-width: 100%;
}

#img-bloc {
    /* margin-left: 29px; */
}

#conteneur-about {
    margin-top: 29px;
}

#conteneur-about-text {
    width: 633px;
    margin-top: -73px;
}

#about-text-div h2 {
    color: #60AF18;
    font-size: 20px;
    font-family: 'Fira Sans', sans-serif;
    margin-top: 0px;
    letter-spacing: 2px;
    font-size: 25px;
    font-weight: 400;
    text-transform: none;
    line-height: 42px;
    margin-bottom: -3px;
}

#about-text-div h1 {
    color: #60AF18;
    font-size: 36px;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 10px;
    line-height: 40px;
    letter-spacing: 2px;
    font-style: normal;
}

#about-text-div p {
   font-size: 20px;
   font-weight: 200;
   width: 100%;
   font-family: 'Hind Vadodara', sans-serif;
   color: #283a5e;
   margin-left: 0;
   line-height: 1.9em;
}

#about-text-div a {
    color: #60AF18;
    font-size: 14px;
    font-weight: 300;
    margin-top: 25px;
    display: inline-block;
}

#conteneur-about-second-line {
    /* margin-top: 30px; */
    /* margin-bottom: 130px; */
}
.chiffre-about h2 {
    margin-bottom: 0px;
    text-align: center;
    color: #60AF18;
    font-size: 46px;
}

.chiffre-about p {
    margin-bottom: 0px;
    color: #959796;
    font-size: 15px;
    margin-top: 0px;
}

#conteneur-recent-work {
    margin-top: 90px;
}

#conteneur-testimonies {
    margin-top: 25px;
}

#conteneur-slider, #conteneur-testimonies-slides {
    overflow: hidden;
}

#conteneur-slider {
    padding-bottom: 40px;
}

#conteneur-testimonies-left-part {
    width: 41%;
}

#conteneur-testimonies-right-part {
    width: 57%;
    margin-top: 106px;
    padding: 10px 10px;
}

#testimonies-left-part img {
    width: auto;
    max-width: 100%;
    height: 100%;
    box-shadow: 0px 1px 12px 3px #101f0338;
    margin-left: 123px;
    margin-top: 80px;
    border-radius: 10px;
}

#testimonies-right-part {
    padding-top: 14px;
}

#testimonies-right-part h2 {
    color: #60AF18;
    font-size: 25px;
    margin-top: 0px;
    letter-spacing: 3px;
    font-weight: 400;
    margin-bottom: 0;
    font-family: 'Fira Sans', sans-serif;
}

#testimonies-right-part h1 {
    color: #60AF18;
    font-size: 25px;
    margin-bottom: 0px;
    font-family: 'Fira Sans', sans-serif;
    margin-top: 9px;
    line-height: 50px;
}

.img-slide img {
    display: block;
    width: 100%;
    height: 400px;
}

.slides-testimonies div p {
    color: hsl(219, 7%, 63%);
    font-size: 18px;
    font-weight: 400;
    font-family: 'Hind Vadodara', sans-serif;
    line-height: 35px;
}

.slides-testimonies div h3 {
    color: #60AF18;
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 6px;
}

.slides-testimonies div h4 {
    color: #999ea7;
    font-size: 14px;
    margin-top: 0px;
}

.article {
    width: 500px;
    background-color: #fff;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    box-shadow: 0px 5px 15px 0px rgba(130,136,147,0.15);
    padding-bottom: 30px;
}

.article-text-container {
    padding-right: 30px;
    padding-left: 30px;
}

.article-whith-margin-right {
    margin-right: 50px;
}

.first-article-img {
    position: relative;
    background: url("img/article1.jpg");
    background-size:cover;
    background-repeat:no-repeat;
    height: 250px;
}

.second-article-img {
    position: relative;
    background: url("img/article2.jpg");
    background-size:cover;
    background-repeat:no-repeat;
    height: 250px;
}

.third-article-img {
    position: relative;
    background: url("img/article3.jpg");
    background-size:cover;
    background-repeat:no-repeat;
    height: 250px;
}

.article-text-container p {
    color: #828893;
    font-family: "caros-webfont", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02px;
    margin-bottom: 25px;
}

.article-text-container span {
    color: #999ea7;
    font-size: 14px;
}

.article-author {
    color: #60AF18;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
}

.nl-input-email {
    background: #ffffff;
    padding-top: 15px;
    margin-left: 20px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    color: #828893;
    font-family: "caros-webfont", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

form input:focus {
    outline: none;
}

form button {
    width: 100%;
    /* height: 55px; */
    font-family: "caros-webfont", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    padding-right: 50px;
    padding-left: 50px;
    margin: 0px 0px 0px 0px;
    color: #ffffff;
    background-color: #ff6d34;
    border-radius: 5px;
    border: none;
}

#nl-form {
    width: 100%;
}

#conteneur-nl-form {
    margin-bottom: 75px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px 10px 10px 10px;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ffffff;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 5px 15px 0px rgba(130,136,147,0.15);
}

#conteneur-newsletter {
    margin-top: 70px;
}

#bg-form {
    width: 808px;
    padding-top: 100px;
    position: relative;
    background: url(img/Map.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
}

#bg-form h1 {
    text-align: center;
    color: #60AF18;
    margin-bottom: 51px;
    font-family: "caros-bold", Sans-serif;
    font-size: 36px;
    font-weight: 600;
    text-transform: none;
    line-height: 42px;
    letter-spacing: -1.06px;
}

.first-line-div {
    width: 18%;
    /* min-width: 25%; */
}

footer {
    margin-top: 100px;
    background-color: #fbf9fd;
    padding-top: 50px;
}

#footer-second-column ul, #footer-third-column ul, #footer-forth-column ul {
    list-style-type: none;
    padding-left: 0px;
}

#footer-second-column ul li, #footer-third-column ul li, #footer-forth-column ul li {
    line-height: 35px;
}

#footer-second-column ul li a, #footer-third-column ul li a, #footer-forth-column ul li a {
    text-decoration: none;
    color: #bbbcc2;
    font-style: inherit;
    font-weight: inherit;
}

.footer-column-header {
    font-size: 19px;
    color: #60AF18;
}

#footer-second-column ul li a:hover, #footer-third-column ul li a:hover, #footer-forth-column ul li a:hover {
    color: #60AF18;
    transition: 0.5s;
}

.fsl-ul-middle {
    width: 29%;
    margin-right: 80px;
    margin-left: 0px;
    padding-left: 0px;
}

.fsl-ul-middle li a, .fsl-ul-social-media li a {
    color: #bbbcc2;
    text-decoration: none;
}

.fsl-ul-middle li a:hover, .fsl-ul-social-media li a:hover {
    color: #60AF18;
    transition: 0.5s;
}

.fsl-ul-social-media {
    width: 10%;
    padding-left: 0px;
}

#footer-second-line .flex p {
    color: #bbbcc2;
    width: 25%;
    margin-top: 0px;
}

.fsl-ul-middle, .fsl-ul-social-media {
    list-style-type: none;
}

#conteneur-latest-articles {
    margin-top: 80px;
}

#services, #recent-work, #latest-articles {
    position: relative;
}

.services-circle {
    position: absolute;
    width: 800px;
    height: 800px;
    background-color: rgba(96, 175, 24, .2);
    top: -172px;
    left: -121px;
    z-index: -1;
    border-radius: 100%;
}

.recent-work-circle {
    position: absolute;
    width: 900px;
    height: 900px;
    background-color: #FFF8E2;
    top: -53px;
    right: 0px;
    z-index: -1;
    border-radius: 100%;
}

.latest-article-circle-div {
    position: absolute;
    width: 900px;
    height: 900px;
    background-color: #FFE9E0;
    top: -83px;
    left: -121px;
    z-index: -1;
    border-radius: 100%;
}

.logo-h {
    width: 120px;
    height: auto;
}

li {
    margin-right: 35px;
    font-size: 12px;
}

#slider-baniere {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url("img/banieresloy.jpg");
    background-size: cover;
    background-repeat:no-repeat;
    height: 221px;
    background-position: 0px 1px;
    padding-bottom: 37px;
}

header {
   position: absolute;
   top: 0;
   /* left: 210px; */
   z-index: 15;
   width: 100%;
   /* max-width: 100%; */
   border-bottom: 1px solid grey;
}

.slide-baniere-item {
    margin-top: 245px;
    width: 755px;
}

.slide-baniere-item h2 {
    font-weight: 400;
    font-size: 34px;
    font-family: 'Fira Sans', sans-serif;
    line-height: 47px;
    margin-bottom: 25px;
}

.slide-baniere-item h2, .slide-baniere-item p {
    color: #fffcfc;
    font-size: 38px;
    font-weight: 600;
}

.slide-baniere-item p {
    line-height: 28px;
    margin-bottom: 24px;
    margin-top: 0;
    -webkit-tap-highlight-color: transparent;
    font-size: 20px;
    font-weight: 200;
    max-width: 100%;
    -webkit-font-smoothing: antialiased;
}

.recent-work-title {
    /* font-family: "caros-webfont", Sans-serif; */
    font-size: 25px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 16px;
    letter-spacing: 2.96px;
    color: #60AF18;
    font-weight: bold;
}

.recent-work-title-h1 {
    font-family: 'Cambay', sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-transform: none;
    line-height: 30px;
    font-weight: bold;
    color: #283A5E;
    width: 450px;
    margin-top: 0;
}

.recent-worh-link-tag {
    font-family: "caros-bold", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    text-decoration: underline;
    letter-spacing: -0.02px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #60AF18;
    font-weight: 800;
    margin-top: 90px;
}

.lafl-h3 {
    font-family: "caros-webfont", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 16px;
    letter-spacing: -0.04px;
    color: #60AF18;
    margin-bottom: 0;
}

.lafl-h1 {
    font-family: 'Cambay', sans-serif;
    font-size: 36px;
    font-weight: 600;
    text-transform: none;
    line-height: 42px;
    color: #283A5E;
    margin-top: 15px;
}

.articles-link-tag {
    font-family: "caros-bold", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    text-decoration: underline;
    letter-spacing: -0.02px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #60AF18;
    font-weight: 800;
    margin-top: 40px;
}

.article-link-tag-text {
    color: #283a5e;
    font-family: "caros-bold", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
    line-height: 25px;
    text-decoration: none;
    letter-spacing: -1px;
}

div#latest-article-second-line {
    margin-top: 15px;
}

div#conteneur-baniere {
    overflow: hidden;
}

.line-grey {
    border-bottom: 1px solid #deecd1;
    background-color: #fff;
}

div#footer-first-column {
    /* padding-right: 85px; */
}

.ul-top-nav-header li i{
    font-size: 14px;
    color: #6EB62C;
}

.social-icon-h {
    color: #000;
}

.social-icon-h:hover {
    color: #fff;
    transition: 0.8s;
}

.fa-usr {
    color: #1E4F1E;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    line-height: 2;
    padding-left: 40px;
    padding-right: 40px;
}

.fa-usr:hover {
    color: #60AF18;
    transition: 0.8s;
}

li.ul-top-nav-item {
    line-height: 3;
}

.ul-top-nav-header-left li {
    background: #fff;
    /* color: #1E4F1E; */
}
.conteneur-slides-baniere {
    margin-top: -12px;
}

.process-item.rocket:before {
    position: absolute;
    top: 50px;
    left: 230px;
    height: 1px;
    width: 15%;
    background: #e6dddd;
    content: '';
}

.process-item.gem:before {
    position: absolute;
    top: 50px;
    left: 530px;
    width: 15%;
    height: 1px;
    content: '';
    background: #e6dddd;
}

.service-img1 {
    /* background-color: rgba(96, 175, 24, 0.5); */
    padding-top: 30px;
    padding-left: 12%;
    /* padding-bottom: 50px; */
}

.service-img2 {
    /* background-color: rgba(255, 118, 65, .5); */
    padding-top: 30px;
    padding-left: 12%;
    /* padding-bottom: 50px; */
}

.service-img3 {
    /* background-color: rgba(148, 103, 212, .5); */
    padding-top: 30px;
    padding-left: 12%;
    /* padding-bottom: 50px; */
}

.services-group {
    padding-left: 50px;
    padding-right: 50px;
}

p.service-p {font-size: 17px;font-weight: 400;width: 60%;font-family: 'Hind Vadodara', sans-serif;color: #283a5e;width: 477px;}

div#conteneur-nav-bar {
    background: #fff;
}

#conteneur-contact-temoignage {
    background-position: center;
    background: linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)),url("img/slide1.jpg");
    background-size:cover;
    background-repeat:no-repeat;
    height: 550px;
    margin-top: 100px;
    margin-bottom: 30px;
    /* padding-top: 72px; */
}

#contact-temoignage {
    position: relative;
    display: flex;
    width: 1170px;
    margin: 0 auto;
    max-width: 100%;
    justify-content: space-between;
}

.form-control-contact {
    display: block;
    width: 94%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-family: 'Fira Sans', sans-serif;
    line-height: 1.5;
    color: #fff;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-group {
    margin-bottom: 1rem;
}

div#conteneur-contact-us {
    width: 50%;
    top: -57px;
    position: absolute;
    height: 660px;
    background: rgba(99, 139, 63, 0.64);
    /* margin-top: 20px; */
}

div#contact-us {
    padding: 89px 55px;
}

.btn-envoyer {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    background-color: #61AF19;
    line-height: 1.5;
    cursor: pointer;
    width: 100%;
    /* border-radius: .25rem; */
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-envoyer-nl {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .50rem !important;
    font-size: 1rem;
    background-color: #61AF19;
    line-height: 1.5;
    cursor: pointer;
    width: 106%;
    /* border-radius: .25rem; */
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

div#conteneur-temoignage {
    margin-top: 93px;
    /* width: 170%; */
    margin-left: 640px;
}

div.temoignage-text {
    position: relative;
    width: 500px;
    margin-left: 50px;
}

.temoignage-text p {
    padding: 30px;
    background: rgba(97, 175, 25, .5);
    color: #e0dfdf;
    font-size: 15px;
    line-height: 1.8;
}

h2.temoignage-member {
    color: #fff;
    font-size: 25px;
}

i.fas.fa-quote-left {
    position: absolute;
    top: 7px;
    left: 8px;
    /* font-family: 'Fira Sans', sans-serif !important; */
    font-size: 30px;
    /* background: #61AF19; */
    padding: 15px;
    /* border-radius: 50%; */
    color: #e0dfdf;
}

.input {
    height: 30px;
}

.textarea {
    height: 150px;
}

div#temoignage {
    padding-top: 66px;
    padding-left: 36px;
    overflow: hidden;
    width: 680px;
}

span.temoignage-member {
    margin-top: 15px;
    margin-bottom: 5px;
    /* font-weight: 800; */
    display: block;
    width: 80%;
    margin-left: 3px;
    color: #fff;
}

#flex-partenaire {
    width: 1170px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    overflow: hidden;
}

.partenaire-logo {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    height: 117px;
}

.partenaire-title {
    /* font-family: "caros-webfont", Sans-serif; */
    font-size: 25px;
    font-weight: 800;
    /* text-transform: capitalize; */
    line-height: 16px;
    letter-spacing: 3.96px;
    color: #60AF18;
    margin-bottom: 50px;
}

#partenaire-title {display: flex;justify-content: space-between;margin: 0 auto;width: 1170px;padding-top: 55px;padding-bottom: 16px;}
.member-testimonie {
    display: flex;
    width: 100%;
    padding-top: 15px;
    margin-left: 18px;
    justify-content: space-between;
}

.member-testimonie img {
    border-radius: 50%;
    width: 20%;
}

.member-testimonie-logo {
    width: 13%;
}

.member-testimonie-name {
    width: 85%;
}

span.member-post {
    margin-left: 2px;
    color: #fff;
    font-weight: 100;
}

.temoignage-text p:before {
    position: absolute;
    left: 75px;
    bottom: 72px;
    border-left: 25px solid #5E863C;
    border-bottom: 24px solid transparent;
    content: '';
}

.sub-line-tittle:before {
    content: '';
    position: absolute;
    /* left: 221px; */
    right: 361px;
    top: 29px;
    width: 186px;
    height: 4px;
    background: #DADBDB;
    /* color: #000; */
}

#first-line-services h2:before {
    /* content: ''; */
}

div#first-line-services {
    position: relative;
}

div#about-text-div {
    position: relative;
    padding-left: 0;
}

#about-text-div h2:before {
}

div#partenaire-title {
    position: relative;
}

h2.partenaire-title {
    font-family: 'Fira Sans', sans-serif;
}

h2.partenaire-title:before {
}

.fa-ambulance {
    font-weight: 900;
    padding: 40px;
    font-size: 21px;
    background: rgba(111, 182, 46, .5);
    color: #fff;
    border-radius: 50%;
}

.fa-dolly {
    font-weight: 900;
    padding: 40px;
    font-size: 21px;
    border-radius: 50%;
    background: rgba(255, 186, 159, .5);
    color: #fff;
}

.fa-address-book {
    font-weight: 900;
    padding: 40px;
    font-size: 21px;
    border-radius: 50%;
    color: #fff;
    background: rgba(201, 178, 233, .5);
}

.conteneur-services-group.chr:hover .fa-ambulance {
    background: rgba(111, 182, 46, 1);
    transition: 0.8s;
}

.conteneur-services-group.lne:hover .fa-dolly {
    background: rgba(255, 186, 159, 1);
    transition: 0.8s;
}

.conteneur-services-group.rkt:hover .fa-address-book {
    background: rgba(201, 178, 233, 1);
    transition: 0.8s;
}

input.form-control-contact.input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

textarea.form-control-contact.textarea::placeholder {
    color: rgba(255, 255, 255, 0.6509803921568628);
}

.input-nltrs::placeholder {
    color: grey !important;
    font-weight: 200;
}

textarea.form-control-contact.textarea:focus {
    outline: none;
}

.conteneur-services-group.chr:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 292px;
    border-bottom: 61px solid #6fb62e85;
    border-left: 59px solid transparent;
}

.conteneur-services-group.lne:before {position: absolute;left: 699px;bottom: 0;border-left: 61px solid transparent;border-bottom: 59px solid #FFC1A9;content: '';}

.conteneur-services-group.rkt:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 1112px;
    border-bottom: 61px solid #C9B2E9;
    border-left: 59px solid transparent;
}

#contact-us h2 {
    font-weight: 400;
}

#img-bloc h1 {
    font-size: 40px;
    color: #60AF18;
}

/* SERVICE EN LIGNE */
.conteneur-service-en-ligne {
    padding: 40px 0 30px;
    /* border-bottom: 2px solid #ebebeb; */
    overflow: hidden;
    background-color: #60AF18;
}
.content-svg img {
    width: 70%;
    height: auto;
    display: block;
}
.service-en-ligne .titre-bloc {
    border-color: white;
}

.service-en-ligne p {
    color: #fff;
}
.service-en-ligne {
    width: 1170px;
    max-width: 95%;
    margin: 0 auto;
    /* border-bottom: 1px solid #ebebeb; */
    text-align: center;
}
.content-btn-galerie a:first-child {
    background: rgb(31, 129, 200);
    border-color: rgb(31, 129, 200);
    color: #fff;
}
.content-btn-galerie a {
    background: rgb(17, 91, 46);
    border-color: rgb(17, 91, 46);
    color: #fff;
}
.service-en-ligne .titre-bloc {
    font-size: 45px;
    text-align: left;
    font-weight: 300;
    position: relative;
    color: #0051a4;
    display: inline-block;
}
.titre-bloc:before, .titre-bloc:after {
    position: absolute;
    content: '';
    left: 0;


    right: 0;
    margin: 0 auto;
    background: #0051a4;
    height: 1px;
    bottom: 0;
}
.titre-bloc:before {
    width: 50%;
    bottom: -8px;
    opacity: 0;
}
.titre-bloc:after {
    width: 25%;
    bottom: -15px;
    opacity: 0;
}
/***************************service en ligne***************************************/

.content-bloc-service-ligne {
    display: flex;
    /* margin: 42px 0 0; */
    justify-content: space-between;
    flex-wrap: wrap;
}
.content-bloc-service-ligne .masque {
    display: none
}
.content-bloc-service-ligne .bloc-service-ligne:hover .masque {
    display: block
}
 .bloc-service-ligne:hover .visible {
    display: none
}
.bloc-service-ligne-wrapper {

    width: 19%;
    position: relative;
    overflow: hidden;
    padding: 10px 0;
    box-sizing: border-box;
    cursor: pointer;
    transition: all linear 0.3s;
}

#outils-pilotage .bloc-service-ligne-wrapper {
    width: 22%;
}
.content-description p {
    font-weight: 300;
    font-size: 15px;
}

.bloc-service-ligne:hover svg path {
    fill: #fff;
}
.survol-elt {
    position: absolute;
    left: 50%;
    right: 50%;
    top: 50%;
    bottom: 50%;
    opacity: 0;
    padding: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
}
.bloc-service-ligne:hover .survol-elt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #8fc53f;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}
.icone-service-ligne:before {
    position: absolute;
    content: '';
    left: 0;
    top:;
    top: 0;
    bottom: 0;
    right: 0;
    border: 1px dashed #ffffff;

    transform: scale(0);
    border-radius: 50%;
}
.bloc-service-ligne:hover .icone-service-ligne:before {
    transform: scale(1.2);
    transition: all linear 0.3s;
}
.bloc-service-ligne-wrapper:hover .svg {
    fill: red;
}
.bloc-service-ligne-wrapper:hover svg {
    fill: #fff;
    border-color: #0051a4;
    transition: all linear 0.3s;
}
.bloc-service-ligne-wrapper:hover .icone-service-ligne {
/*! background: #fff; */
    /*! border: 1px solid #0051a4; */
    /*! transition: all linear 0.3s; */
}
.content-svg {
    width: 80px;
    height: 80px;
    /*! border: 1px dashed #fff; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    transition: all linear 0.3s;
    justify-content: center;
    position: relative;
}
.bloc-service-ligne-wrapper:hover .content-svg { 
    /*! border-color: #0051a4; */
    transition: all linear 0.3s;/*! background: #0051a4; */
}
.icone-service-ligne svg {
    width: 60%;
    fill: rgb(0, 112, 192);
    padding: 15px;
    /* background: red; */
    /* border-radius: 50%; */
    /* border: 1px dashed #fff; */
}
.bloc-service-ligne {
    text-align: center;
    overflow: hidden;/* position: relative; */
}
.icone-service-ligne {
    height: 120px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0;
    background: #f9f9f9;
    border-radius: 50%;
    z-index: 2;
    transition: all linear 0.3s;
    border: 1px solid #eae8e8;
    position: relative;
    transition: all linear 0.3s;
}
.content-libelle-service-ligne {
    font-size: 17px;
    margin: 0 20px;
    color: white;
}
.image-fond {
    position: absolute;
    width: 11.4rem;
    height: 11.4rem;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    left: 50%;
    transform: translatex(-50%) scale(0.7);
    top: -1.45rem;
    border-radius: 50%;
    overflow: hidden;
    z-index: -1;
}
.bloc-service-ligne:hover .image-fond {
    opacity: 1;
    transform: translatex(-50%) scale(1);
}

.bloc-service-ligne-wrapper:before, .bloc-service-ligne-wrapper:after,  .bloc-service-ligne:before,  .bloc-service-ligne:after {
    position: absolute;
    content: '';

    display: none;
}
.bloc-service-ligne-wrapper:before {
    top: 100%;
    bottom: 0;
    left: 0;
    background: #0051a4;
    height: 100%;
    width: 1px;
}
.bloc-service-ligne-wrapper:after {
    background: #0051a4;
    height: 100%;
    width: 1px;
    top: 5px;
}
.bloc-service-ligne-wrapper:after {
    right: 0;
    left: unset;
    bottom: 100%;
    top: unset;
}
.bloc-service-ligne:before {
    width: 100%;
    height: 1px;
    top: 0;
    background: #0051a4;
    left: 100%;
    right: 0;
}
.bloc-service-ligne:after {
    bottom: 0;
    height: 1px;
    background: #0051a4;
    top: unset;
    width: 100%;
    right: 100%;
    transition: all linear 0.3s;

}
.bloc-service-ligne-wrapper:hover:after {
    bottom: 0;
    transition: all linear 0.3s;
}
.bloc-service-ligne-wrapper:hover:before {
    top: 0;
    transition: all linear 0.3s;
}
.bloc-service-ligne-wrapper:hover .bloc-service-ligne:before {
    left: 0;
    transition: all linear 0.3s;
    display: none;
}
.bloc-service-ligne:hover:after {
    right: 0;
    transition: all linear 0.3s;
}
.bloc-service-ligne-wrapper:hover {
    transform: scale(1.05);
    transition: all linear 0.3s;
}
p.accroche-content {
    width: 80%;
    margin: 0 auto;
    padding: 60px 0 0;
    text-align: center;
    opacity: 0.8;
    display: none;
}


.service-en-ligne .titre-center {
    color: #fff;
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 2.1rem;
    font-family: 'Fira Sans', sans-serif;
    text-align: center;
}
.content-libelle-service-ligne h4 {text-transform: uppercase;font-size: 20px;margin-bottom: 0;margin-top: 13px;}

/* PROCESS */
.wrapper-process{
    position: relative;
    padding: 40px 0;
}
.process{
    margin: 0 auto;
    width: 1170px;
}
.process .titre-center {
        color: #60AF18;
        font-size: 36px;
        font-weight: 900;
        margin-bottom: 2.1rem;
        font-family: 'Fira Sans', sans-serif;
        text-align: center;
}
.content-block-process{
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.process-block{
    padding: 0 10px 0 10px;
}



.process-block{
    position:relative;
    margin-bottom:40px;
    width: 50%;
}

.process-block .process-box{
    position:relative;
    display:block;
    text-align:center;
}

.process-block .process-box .upper-box{
    position:relative;
}

.process-block .process-box .upper-box:after{
    position:absolute;
    content:'\f178';
    left:100%;
    top:50%;
    color: #8fc53f;
    font-size:45px;
    margin-top:-10px;
    font-family: 'FontAwesome';
}

.process-block:last-child .process-box .upper-box:after{
    display:none;
}

.process-block .process-box .upper-box .icon-box .block-number{
    position:absolute;
    right:0px;
    top:0px;
    width:40px;
    height:40px;
    color:#777777;
    font-size:24px;
    text-align:center;
    border-radius:50%;
    font-weight:700;
    line-height:32px;
    background-color:#ffffff;
    border:2px solid #2d2d2d;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    font-family: 'Raleway', sans-serif;
}

.process-block .process-box:hover .upper-box .icon-box .block-number{
    background-color:#2d2d2d;
    color:#ffffff;
}

.process-block:hover svg path {
    fill: #fff;
}
.process-block .process-box .upper-box .icon-box{
    position:relative;
    width:160px;
    height:160px;
    margin:0 auto;
    color: #8fc53f;
    font-size: 94px;
    line-height:154px;
    border-radius:50%;
    margin-bottom: 32px;
    border:2px solid #e4e4e4;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.process-block .process-box .upper-box .icon-box svg{
    height: 64px;
    width: 64px;
}

.process-block .process-box:hover .upper-box .icon-box{
    color: #ffffff;
    border-color: #ffffff;
    background-color: #8fc53f;
}

.process-block .process-box .lower-box{
    position:relative;
}

.process-block .process-box .lower-box h3{
    position:relative;
    font-size:20px;
    font-weight:700;
    color:#333333;
    margin-bottom:10px;
    text-transform:uppercase;
}

.process-block .process-box .lower-box h3 a{
    position:relative;
    text-decoration: none;
    color:#333333;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.process-block .process-box .lower-box h3 a:hover{
    color:#8fc53f;
}

.process-block .process-box .lower-box .text{
    position:relative;
    color:#777777;
    font-size:16px;
    line-height:1.8em;
    /* max-width:210px; */
    margin:0 auto;
}


.wrapper-realisation{
    position: relative;
    border-top: 1px solid #60af1873;
    border-bottom: 1px solid #60af1873;
    background: #d3d3d321;
}
.realisation{
    width: 1170px;
    margin: 0 auto;
    padding: 50px 20px;
}

.previous-realisation{
    position: absolute;
    left: 100px;
    top: 48%;
    bottom: 0;
    padding: 0 20px;
    align-items: center;
    z-index: 100;
    cursor: pointer;
}
.previous-realisation img , .next-realisation img{
    width: 40px;
    height: 40px;
}
.next-realisation {
    position: absolute;
    right: 105px;
    top: 48%;
    bottom: 0;
    padding: 0 20px;
    align-items: center;
    z-index: 100;
    cursor: pointer;
}
{
    
}
.realisation .titre-center{
    color: #60AF18;
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 2.1rem;
    font-family: 'Fira Sans', sans-serif;
    text-align: center;
}
p.accroche-titre-center {
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    max-width: 72%;
    margin: 0 auto 50px;
}

.content-wrap-realisation{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.realisation-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* border-radius: 5px; */
    width: 92%;
    border: 1px solid #60af181c;
}


.realisation-item a{
    text-decoration: none;
}
.block-realisation{
    height: 100%;
    display: block;
    background: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    outline: none;

}
.image-realisation-item img{
    display: block;
    margin-right: 0;
    width: auto !important;
    max-width: 100%;
    height: auto;
    max-height: 200px;
    /* margin-top: 34px; */
    margin-left: 99px;
    padding-right: 0;
}
.info-realisation-item{
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 0;
    /* padding-left: 20px; */
    padding-bottom: 25px;
    text-align: center;
}
.info-realisation-item h3{
    font-family: 'Fira Sans', sans-serif;
    color: #60AF18;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
}
.info-realisation-item span{
    color: #69798d;
}

.custom-btn {
    /* max-width: 33.33%; */
    /* margin-top: 31px; */
    padding: 22px;
    /* display: inline-block; */
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    border-radius: 50px;
    /* vertical-align: middle; */
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: #60AF18;
}
.block-bouton-realisation {
    /* position: relative; */
    /* padding: 46px 35%; */
    /* margin: 0 auto; */
    display: flex;
    justify-content: center;
    margin-top: 56px;
}
.block-laptop {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 1170px;
    padding-bottom: 70px;
}

.content-wrap-realisation {
    overflow: hidden;
}

h1.baniere-slide-title {
    font-size: 60px;
    margin-bottom: 0;
    color: #60AF18;
}

.image-realisation-item {
    height: 253px;
    padding-top: 20px;
    display: flex;
    align-items: center;
    width: 40%;
}

h1.testimonie-title-bloc {
    color: #60AF18;
    font-family: 'Fira Sans', sans-serif;
    font-size: 36px;
    margin-top: 15px;
}

div#testimonie-title-bloc {
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
}

h1.partenaire-bloc-h1 {
    color: #60AF18;
    font-size: 25px;
    margin-top: 67px;
    margin-left: 70px;
    letter-spacing: 3px;
    font-weight: 400;
    margin-bottom: 36px;
    font-family: 'Fira Sans', sans-serif;
}

div#partenaire-bloc {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 1170px;
    max-width: 100%;
}

div#testimonies-left-part {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    width: 100%;
}

div#carree-vert {
    position: absolute;
    content: '';
    top: -49px;
    left: 22px;
    width: 167px;
    height: 200px;
    background: #60af18b5;
    border-radius: 10px;
    z-index: -1;
}

div#bloc-nos-partners {
    margin-top: 0;
}

.partenaire-logo img {
    filter: grayscale(1);
}

.partenaire-logo img:hover {
    filter: grayscale(0);
}

.partenaire-logo img {
    cursor: pointer;
}

div#conteneur-testimonies-slides {
    width: 96%;
}

#footer-first-column p {
    color: #000000a3;
}

.footer-first-column-li i {
    margin-right: 7px;
}

li.footer-first-column-li {
    color: #bbbcc2;
    line-height: 33px;
    margin-right: 0px;
}

ul.footer-first-column-ul {
    list-style: none;
    padding-left: 0;
    margin-top: 2px;
}

p.nl-text {
    color: #bbbcc2;
    font-size: 12px;
}

input.form-control-contact.input.input-nltrs::placeholder {
    font-size: 12px;
    font-family: 'Fira Sans', sans-serif;
}






/********************************************************************
 ********************** ABOUT US PAGE *******************************
 ********************************************************************/

 div#conteneur-dg-discour {
    width: 100%;
    margin-top: 60px;
}

div#dg-discour {
    display: flex;
    justify-content: space-around;
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
}

div#conteneur-img-dg {
    width: 35%;
    position: relative;
    display: block;
}

div#img-dg {
    width: 100%;
    position: relative;
}

img#img-dg-image {
    width: 95%;
    height: auto;
    max-width: 100%;
}

div#conteneur-text-discour-dg {
    width: 65%;
}

h3.text-discour-dg-h3 {
    font-size: 43px;
    line-height: 48px;
    text-align: left;
    color: #66B221;
    font-family: poppins;
    letter-spacing: -0.64px;
    font-weight: 700;
    font-style: normal;
    margin-top: 90px;
    margin-bottom: 40px;
    opacity: 1;
}

div#text-discour-dg {
    margin-left: 0%;
    margin-top: 0;
    max-width: 100%;
    width: 100%;
}

div#text-discours {
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
    color: #555555;
    letter-spacing: 0;
    font-weight: 400;
    font-family: "Open Sans";
}


div#experiences-years {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 585px;
    max-width: 100%;
}

div#square {
    position: relative;
    display: flex;
    justify-content: space-between;
}

p.annee-experience-ptext {
    margin: 0;
    width: 150px;
    padding-left: 6px;
    color: #333333;
    font-family: poppins;
    font-weight: 600;
    font-size: 26px;
    line-height: 0.9;
    font-style: normal;
}

div#conteneur-experiences-years {
    margin-top: 108px;
    width: 100%;
    max-width: 100%;
}

span.annee-experience-spanumber {
    color: #333333;
    font-family: poppins;
    font-size: 78px;
    font-weight: 700;
    margin-left: 54px;
    line-height: 55px;
}

div#square:before {
    position: absolute;
    top: -39px;
    left: -2px;
    content: '';
    width: 110px;
    height: 110px;
    background: transparent;
    border: 6px solid #60AF18;
    z-index: -1;
}

button.btn-about-company {
    color: #fff;
    padding: 17px 34px;
    outline: none;
    border: none;
    font-family: poppins;
    background: #60AF18;
    border-radius: 35px;
    font-size: 14px;
    font-weight: 700;
}

div#conteneur-square {
    width: 51%;
}

div#conteneur-bouton-about-company {
    width: 35%;
    margin-top: -12px;
}


div#about-page-atouts {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 1170px;
    max-width: 100%;
}

div#conteneur-about-page-atouts {
    margin-top: 30px;
    padding-bottom: -3px;
    position: relative;
    /* overflow: hidden; */
}

h3.event-atouts-title {
    font-size: 29px;
    line-height: 36px;
    font-family: poppins;
    color: #333333;
    margin-bottom: 15px;
}

span.green-text {
    color: #60AF18;
}

p.event-atouts-p {
    font-size: 18px;
    line-height: 26px;
    font-family: "Open Sans";
    font-weight: 400;
    color: #555555;
}

.event-atouts {
    padding-right: 22px;
}

span.arrow {
    color: #fff;
    background: #60AF18;
    width: 46px;
    height: 30px;
    line-height: 30px;
    padding: 4px 16px;
    cursor: pointer;
    border-radius: 3px;
}

.section-title {
    display: flex;
    justify-content: space-between;
    width: 1170px;
    margin: 119px auto;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    color: #60af1891;
    position: relative;
}

div#about-page-services {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 100%;
    width: 1170px;
}

.conteneur-event-services {
    width: 32%;
}

.event-services {
    width: auto;
    max-width: 100%;
    position: relative;
}

.conteneur-event-services-img {
    /* width: auto; */
    max-width: 100%;
    box-sizing: border-box;
}

.event-services-img {
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

img.event-services-img-image {
    width: auto;
    max-width: 100%;
    transition: 0.5s;
}

div#conteneur-about-page-services {
    background: #F0F0F0;
    margin-top: 148px;
    height: 560px;
}

.conteneur-services-description {
    position: absolute;
    bottom: -179px;
    left: 8%;
    background: #fff;
    padding-bottom: 22px;
    width: 85%;
    box-shadow: 5px 0 32px rgba(0,0,0,0.11);
}

h2.services-description-h2 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    color: #60AF18;
    text-align: center;
    margin-bottom: 0;
    opacity: 1;
    font-weight: 500;
    font-family: poppins;
}

p.services-description-p {
    text-align: left;
    font-family: poppins;
    line-height: 28px;
    letter-spacing: 0;
    font-weight: 400;
    color: #555555;
    font-size: 14px;
}

.services-description {
    padding: 5px 25px;
    text-align: center;
}

span.services-description-span {
    /* padding: 0 25px; */
    /* text-align: center; */
}

a.services-description-a {
    color: #60AF18;
    text-decoration: none;
    font-size: 14px;
    font-family: Poppins;
    border: 1px solid #60AF18;
    padding: 10px 34px;
    border-radius: 21px;
    transition: 0.8s;
    display: none;
}

div#ciffre-cle-about-page {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 1170px;
    max-width: 100%;
}

.conteneur-event-chiffre-cle {
    border: 4px dotted #eaeaea;
    width: 20%;
    height: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.event-chiffre-cle {
    position: relative;
}

.conteneur-chiffre-and-text {
}

.conteneur-font-awesome {
    position: absolute;
    top: 16px;
    left: 35px;
    z-index: -1;
}

.font-awesome i {
    font-size: 50px;
    z-index: -1;
    color: rgba(96, 175, 24, 0.21);
}

p.chiffre-and-text-p {
    font-size: 51px;
    color: #333333;
    font-weight: 700;
    font-family: Poppins;
    line-height: 51px;
    text-align: center;
    margin: 0 !important;
}

.font-awesome {
    z-index: -1;
}
span.sign {
    font-size: 35px;
    font-family: Poppins;
    color: #333333;
}

div#conteneur-chiffres-cle-about-page {
    margin-top: 178px;
    position: relative;
}

.chiffre-and-text {
}

p.chiffre-and-text-small-p {
    margin: 0;
    text-align: center;
    font-family: 'Poppins';
    font-size: 15px;
    line-height: 22px;
}

div#conteneur-team-about-page {
    margin-top: 50px;
    width: 100%;
    position: relative;
}

div#team-about-page {
    display: flex;
    justify-content: space-between;
    width: 1170px;
    margin: 0 auto;
    max-width: 100%;
}

.teamate-container {width: 100%;padding: 0 15px;}

.teamate {
    width: 90%;
    height: 255px;
}

.teamate-image-container {
    width: 100%;
    position: relative;
    height: 100%;
}

img {
    width: auto;
    max-width: 100%;
    border-radius: 4px;
}

p.teamate-name {
    color: #555555;
    cursor: pointer;
    font-size: 24px;
    letter-spacing: -0.64px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3px;
    margin-top: 17px;
}

span.teamate-profesion {
    font-size: 15px;
    line-height: 24px;
    color: #60AF18;
    font-family: "Open Sans";
    font-weight: 400;
    display: block;
}

.teamate-description {
    text-align: center;
    transition: 0.8s;
}

div#conteneur-text-discours {
    width: 97%;
    max-width: 100%;
}

div#conteneur-img-dg:before {
}

.conteneur-event-atouts {
    margin-top: -40px;
    width: 33%;
}

.conteneur-event-services:hover .event-services-img-image {
    transform: scale(1.2);
    
}

.social-media-teamate {
    position: absolute;
    bottom: 21%;
    left: 10%;
    width: 76%;
    background: #66b221db;
    height: 73%;
    z-index: -1;
    transition: 0.5s;
}

.teamate-container:hover .social-media-teamate {
    /*     width: 100%;
    height: 100%;
    bottom: 0;
    left: 0; */
    left: 0%;
    width: 100%;
    z-index: 1;
    bottom: 0%;
    height: 100%;
    border-radius: 4px;
}

.teamate-image-container img {height: 100%;width: 100%;}

.teamate {
    position: relative;
    background-size: cover !important;
    background-position: 100% -8% !important;
    overflow: hidden;
    /* cursor: pointer; */
    background-repeat: no-repeat !important;
    border: 1px solid lightgrey;
    background-color: grey !important;
}

.teamate-great-line {
    position: absolute;
    bottom: 0px;
    left: 68px;
    z-index: -30;
    text-align: center;
    transition: 0.8s;
}

.teamate-container:hover .teamate-description {
    transform: translateY(-140px);
    opacity: 1;
}

.teamate-container:hover .teamate-name {
    color: #fff;
}

.teamate-container:hover .teamate-profesion {
    color: #fff;
}

.teamate-container:hover .teamate-great-line {
    transform: translateY(-120px);
    z-index: 30;
    color: #fff;
    opacity: 1;
}

ul.teamate-social-media-ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin-top: 50%;
}

a.teamate-social-media-ul-li-a {
    color: #fff;
    font-size: 20px;
}

.slick-prev:before, .slick-next:before { 
    color:green !important;
}

h1.section-title-h1 {
    font-size: 43px;
    /* margin-bottom: 8px; */
}

h1.section-title-h1:before {
    position: absolute;
    content: '';
    top: -29px;
    left: 51%;
    width: 1px;
    height: 59px;
    background: #60AF18;
}

h1.section-title-h1:after {
    position: absolute;
    content: '';
    bottom: -35px;
    left: 51%;
    width: 1px;
    height: 59px;
    background: #60AF18;
}

a.services-description-a:hover {
    background: #60AF18;
    color: #fff;
    border: none;
}

.circle-green {
    position: absolute;
    bottom: -463px;
    left: -106px;
    width: 700px;
    height: 650px;
    background: #EFF7E7;
    border-radius: 50%;
    z-index: -5;
}

.circle-pink {
    position: absolute;
    width: 750px;
    height: 750px;
    top: 99px;
    right: -36px;
    background: #c9e4b04d;
    border-radius: 50%;
    z-index: -5;
}

.circle-orange {
    position: absolute;
    bottom: -395px;
    right: -36px;
    width: 750px;
    height: 750px;
    border-radius: 50%;
    background: #f9900021;
    z-index: -5;
}

.circle-black {
    position: absolute;
    width: 150px;
    height: 150px;
    z-index: -5;
    background: #0000001f;
    top: -145px;
    right: 260px;
    border-radius: 50%;
}

div#about-bouton-company img {
    margin-top: -17px;
    width: 36%;
}

div#titre-page-conteneur {
    padding-top: 86px;
}

h1.titre-page-h1 {
    color: #fff;
    font-size: 35px;
    font-family: Poppins;
    margin-bottom: 0;
    margin-top: 47px;
}

ul#breadcumbs-ul {
    list-style: none;
    display: flex;
    padding-left: 0;
    margin-top: 0;
}

li.breadcumbs-ul-li a {
    color: #fff;
    text-decoration: none;
}

li.breadcumbs-ul-li {
    margin-right: 15px;
    font-size: 16px;
    font-family: Poppins;
    font-weight: 200;
}

div#titre-page {
    display: flex;
    justify-content: space-between;
    width: 1170px;
    margin: 0 auto;
    position: relative;
}

li.breadcumbs-ul-li.breadcumbs-ul-li-contact {
    font-style: italic;
}

li.breadcumbs-ul-li.breadcumbs-ul-li-accueil {
    font-weight: 400;
}

div#breadcumbs {
    display: flex;
    width: 1170px;
    max-width: 100%;
    justify-content: space-between;
    margin: 0 auto;
}

li.navigation-bar-ul-li.navigation-bar-ul-li-about {
    border-bottom: 3px solid #66B221;
    padding-bottom: 7px;
}

p.dg-name {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-family: "Open Sans";
    color: #60AF18;
    font-weight: 600;
    line-height: 9px;
}

div#about-bouton-company {
    display: flex;
    flex-direction: column;
    align-items: center;
}
h1.titre-page-h1:before {
    position: absolute;
    left: -18px;
    top: 54px;
    background: #fff;
    width: 5px;
    height: 99px;
    content: '';
}

li.navigation-bar-ul-li.navigation-bar-ul-li-about a {
    color: #66B221;
}

p.dg-profession {
    margin-top: 0;
    font-family: Poppins;
    font-size: 13px;
}

span.plus-de {
    margin-left: 19px;
    margin-right: -66px;
    font-family: Poppins;
    margin-top: 19px;
    width: 43px;
}


@media screen and (min-width: 426px) and (max-width: 768px)   {
    
    .slides-b .flex {
        display:flex;
        width: 100%;
    }

    .slide-baniere-item {
        width: 50%;
        margin-top: 11%;
        padding-left: 3%;
    }

    .slide-baniere-item h2 {
        font-size: 1.7em;
        width: 80%;
    }

    .header-p {
        width: 80%;
    }
    .es1 {
        background-position: -700px 30px;
        height: 500px;
    }
    .es2 {
        background-position: -700px 91px;
        height: 500px;
    }
    .es3 {
        background-position: -700px 91px;
        height: 500px;
    }
    
    #conteneur-logo {
        width: 13%;
        margin-left: 2%;
    }

    #conteneur-navigation-bar {
        margin-right: 7%;
    }

    #testimonies .flex {
        width: 100%;
        max-width: 100%;
    }

    .line-grey {
        display:none;
    }

    
    i.fa-hamburger.fas.fa-bars {
        color: #66B221;
        font-size: 32px;
        display: block !important;
    }

    #conteneur-testimonies-slides {width: 100% !important;max-width: 100%;overflow: hidden;}

    #testimonies-slides {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .navigation-bar-ul {
        box-shadow: 0px 3px 2px 0px lightgrey;
        position: fixed;
        padding: 0;
        display: block;
        z-index: 5;
        top: -26px;
        background: #fff;
        left: 0;
        right: 0;
        transform: translateY(-141%);
        transition: 0.5s;
    }

    .slides-testimonies-item div {width: 100%;max-width: 100%;}
    .slides-testimonies-item div p {
        width: 100%;
    }

    .opened-ul {
        transform: translateY(60%);
    }

    .navigation-bar-ul-li {
        text-align: center;
        line-height: 25px;
        margin-right: 0;
        font-weight: 300;
    }

    #conteneur-nav-bar {
        position:fixed;
        top:0;
        left:0;
        right:0;
    }
    #conteneur-team-about-page {
    overflow-x: hidden;
    }
    #flex-partenaire {
        width: 100%;
        max-width: 100%;
    }
    #conteneur-about {margin-top: 12%;}

    #about {
        
    }

    #conteneur-about-text {width: 100%;max-width: 100%;}

    #about-text-div {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 100%;
    }
    .previous-realisation, .next-realisation {
        display: none;
    }
    
    .baniere-slide-title {
        margin-top: -28px;
    }

    #conteneur-about-second-line {
        margin-top: 12%;
        width: 100%;
        max-width: 100%;
    }

    #about-second-line {
        /* margin: 0 !important; */
        margin-left: 6% !important;
        width: 85% !important;
        max-width: 85% !important;
    }
    #conteneur-testimonies-left-part {
        display:none;
    }

    #testimonie-title-bloc {
        margin-top:0;
        margin-bottom: 0 !important;
    }

    #conteneur-testimonies-right-part {
        width: 98%;
        margin-top:0;
    }

    #about-text-div p {
    width: 90%;
    }
    .slides-testimonies-item {
        width: 100% !important;
        max-width: 100%;
        margin-left: 3%;
    }

    .realisation {
        width: 100%;
        padding-left: 1%;
    }

    #conteneur-img {
        display:none;
    }

    .contanair-hamburger {
    }

    .wrapper-process {

    }

    .content-block-process {
        width: 100%;
        max-width: 100%;
    }

    #footer-first-line .flex {
        display: flex;
        /* flex-direction:column */
    }

    .first-line-div2 {
        width:100%;
    }

    #conteneur-footer-first-column {
        display: none;
    }

    .first-line-div {
        width: 88%;
        padding: 0 1%;
    }

    .btn-envoyer-nl {
        width: 74%;
    }

    .input-nltrs {
        width: 67% !important;
    }
}

@media screen and (max-width: 425px) {
    
    .slides-b .flex {
        display:flex;
        width: 100%;
    }

    .slide-baniere-item {
        width: 97%;
        margin-top: 11%;
        padding-left: 3%;
    }

    .slide-baniere-item h2 {
        font-size: 15px;
        margin-bottom: 11px;
        width: 80%;
        line-height: 25px;
    }

    .header-p {
        font-size: 15px !important;
        width: 80%;
    }
    .es1 {
        background-position: -927px -19px !important;
        height: 500px !important;
        background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url("img/banieresloy.jpg");
    }
    .es2 {
        background-position: -1221px 21px !important;
        height: 500px !important;
        background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url("img/baniere.jpg");
    }
    .es3 {
        background-position: -1221px 21px !important;
        height: 500px !important;
        background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url("img/baniere.jpg");
    }
    
    #conteneur-logo {
        width:10%;
        margin-left: 2%;
    }

    #conteneur-navigation-bar {
        margin-right: 2%;
    }

    #testimonies .flex {
        width: 100%;
        max-width: 100%;
    }

    .line-grey {
        display:none;
    }

    
    i.fa-hamburger.fas.fa-bars {
        color: #66B221;
        font-size: 32px;
        display: block !important;
    }

    #conteneur-testimonies-slides {width: 100% !important;max-width: 100%;overflow: hidden;}

    #testimonies-slides {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .navigation-bar-ul {
    box-shadow: 0px 3px 2px 0px lightgrey;
    position: fixed;
    padding: 0;
    display: block;
    z-index: 5;
    top: -26px;
    background: #fff;
    left: 0;
    right: 0;
    transform: translateY(-141%);
    transition: 0.5s;
    }

    .slides-testimonies-item div {width: 100%;max-width: 100%;}
    .slides-testimonies-item div p {
        width: 100%;
    }

    .opened-ul {
        transform: translateY(60%);
    }

    .navigation-bar-ul-li {
        text-align: center;
        line-height: 25px;
        margin-right: 0;
        font-weight: 300;
    }

    #conteneur-nav-bar {
        width: 100%;
        max-width: 100%;
        position:fixed;
        top:0;
        left:0;
        right:0;
    }
    #conteneur-about {margin-top: 12%;}

    #about {
        
    }

    #conteneur-about-text {margin-top: -43px;width: 100%;max-width: 100%;}

    #about-text-div {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 100%;
    }
    .previous-realisation, .next-realisation {
        display: none;
    }
    
    .baniere-slide-title {
        font-size: 24px !important;
        margin-top: 140px;
    }

    #conteneur-about-second-line {
        margin-top: 12%;
        width: 100%;
        max-width: 100%;
    }

    #about-second-line {
        /* margin: 0 !important; */
        margin-left: 6% !important;
        width: 85% !important;
        max-width: 85% !important;
    }
    #about-second-line .flex {
    flex-wrap: wrap;
    }
    .chiffre-about {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }
    #conteneur-testimonies-left-part {
        display:none;
    }

    #testimonie-title-bloc {
        margin-top:0;
        margin-bottom: 0 !important;
    }

    #conteneur-testimonies-right-part {
        width: 97%;
        margin-top:0;
    }

    #testimonies-right-part {
        width:100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    #about-text-div p {
    width: 90%;
    }
    .slides-testimonies-item {
        width: 100% !important;
        max-width: 100%;
        margin-left: 3%;
    }

    .realisation {
        width: 100%;
        padding-left: 1%;
    }
    
    .image-realisation-item {
        width: 100%
    }

    #conteneur-img {
        display:none;
    }

    .contanair-hamburger {
    }

    .wrapper-process {width: 100%;max-width: 100%;}

    .content-block-process {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #footer-first-line .flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .first-line-div {
        width: 50%;
    }

    #conteneur-footer-first-column {
        display: none;
    }

    .first-line-div {
        width: 45%;
        padding: 0 1%;
    }

    .btn-envoyer-nl {
        width: 74%;
    }
    
    .input-nltrs {
        width: 67% !important;
    }

    .content-bloc-service-ligne {
        display: flex;
        width: 100%;
        flex-direction: column;
        max-width: 100%;
    }

    .bloc-service-ligne-wrapper {
        width: 100% !important;
    }

    .upper-box:after {
        display: none;
    }

    #conteneur-footer-second-line {
        display: none;
    }

    .realisation-item {
        margin-left: 3%;
    }

    #nav-bar {
        width: 100%;
        max-width: 100%;
    }

    #conteneur-about-page-partners, #about-page-partners {
        width: 100% !important;
        max-width: 100% !important;
    }

    #flex-partenaire {
        width: 100%;
    }

    #conteneur-chiffres-cle-about-page {width: 100%;max-width: 100%;overflow: hidden;margin-top: 5% !important;}

    #ciffre-cle-about-page {
        width:  100% !important;
        max-width: 100% !important;
    }

    #conteneur-team-about-page {width: 100% !important;max-width: 100% !important;overflow: hidden;}

    #team-about-page {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden;
    }

    #conteneur-dg-discour, #conteneur-about-page-services, #conteneur-about-page-atouts {
        width:100% !important;
        max-width:100% !important;
        overflow:hidden;
    }
}


    
i.fa-hamburger.fas.fa-bars {
    color: #66B221;
    font-size: 32px;
    display: none;
}

@media screen and (max-width: 425px) {
    
    .slides-b .flex {
        display:flex;
        width: 100%;
    }

    .slide-baniere-item {
        width: 97%;
        margin-top: 11%;
        padding-left: 3%;
    }

    .slide-baniere-item h2 {
        font-size: 15px;
        margin-bottom: 11px;
        width: 80%;
        line-height: 25px;
    }

    .header-p {
        font-size: 15px !important;
        width: 80%;
    }
    .es1 {
        background-position: -927px -19px !important;
        height: 500px !important;
        background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url("img/banieresloy.jpg");
    }
    .es2 {
        background-position: -1221px 21px !important;
        height: 500px !important;
        background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url("img/baniere.jpg");
    }
    .es3 {
        background-position: -1221px 21px !important;
        height: 500px !important;
        background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url("img/baniere.jpg");
    }
    
    #conteneur-logo {
        width: 28%;
        margin-left: 2%;
    }

    #conteneur-navigation-bar {
        margin-right: 2%;
    }

    #testimonies .flex {
        width: 100%;
        max-width: 100%;
    }

    .line-grey {
        display:none;
    }

    
    i.fa-hamburger.fas.fa-bars {
        color: #66B221;
        font-size: 32px;
        display: block !important;
    }

    #conteneur-testimonies-slides {width: 100% !important;max-width: 100%;overflow: hidden;}

    #testimonies-slides {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .navigation-bar-ul {
    box-shadow: 0px 3px 2px 0px lightgrey;
    position: fixed;
    padding: 0;
    display: block;
    z-index: 5;
    top: -26px;
    background: #fff;
    left: 0;
    right: 0;
    transform: translateY(-141%);
    transition: 0.5s;
    }

    .slides-testimonies-item div {width: 100%;max-width: 100%;}
    .slides-testimonies-item div p {
        width: 100%;
    }

    .opened-ul {
        transform: translateY(60%);
    }

    .navigation-bar-ul-li {
        text-align: center;
        line-height: 25px;
        margin-right: 0;
        font-weight: 300;
    }

    #conteneur-nav-bar {
        width: 100%;
        max-width: 100%;
        position:fixed;
        top:0;
        left:0;
        right:0;
        box-shadow: 1px 2px 20px lightgrey;
    }
    #conteneur-about {margin-top: 12%;}

    #about {
        
    }

    #conteneur-about-text {margin-top: -43px;width: 100%;max-width: 100%;}

    #about-text-div {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 100%;
    }
    .previous-realisation, .next-realisation {
        display: none;
    }
    
    .baniere-slide-title {
        font-size: 24px !important;
        margin-top: 140px;
    }

    #conteneur-about-second-line {
        margin-top: 12%;
        width: 100%;
        max-width: 100%;
    }

    #about-second-line {
        /* margin: 0 !important; */
        margin-left: 6% !important;
        width: 85% !important;
        max-width: 85% !important;
    }
    #about-second-line .flex {
    flex-wrap: wrap;
    }
    .chiffre-about {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }
    #conteneur-testimonies-left-part {
        display:none;
    }

    #testimonie-title-bloc {
        margin-top:0;
        margin-bottom: 0 !important;
    }

    #conteneur-testimonies-right-part {
        width: 97%;
        margin-top:0;
    }

    #testimonies-right-part {
        width:100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    #about-text-div p {
    width: 90%;
    }
    .slides-testimonies-item {
        width: 100% !important;
        max-width: 100%;
        margin-left: 3%;
    }

    .realisation {
        width: 100%;
        padding-left: 1%;
    }
    
    .image-realisation-item {
        width: 100%
    }

    #conteneur-img {
        display:none;
    }

    .contanair-hamburger {
    }

    .wrapper-process {width: 100%;max-width: 100%;}

    .content-block-process {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #footer-first-line .flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .first-line-div {
        width: 50%;
    }

    #text-discour-dg {
        display:flex;
        flex-direction: column;
        align-items: center;
    }

    .text-discour-dg-h3 {
        font-size: 25px !important;
        margin-top: 15px !important;
        margin-bottom: 0 !important;
    }

    #conteneur-footer-first-column {
        display: none;
    }

    #conteneur-text-discour-dg {
        width: 100% !important;
    }

    #conteneur-dg-discour {
        margin-top: 20px !important;
        margin-bottom: 60px;
    }

    #conteneur-img-dg {
        display:none;
    }

    .first-line-div {
        width: 45%;
        padding: 0 1%;
    }

    .btn-envoyer-nl {
        width: 74%;
    }
    
    .input-nltrs {
        width: 67% !important;
    }

    .content-bloc-service-ligne {
        display: flex;
        width: 100%;
        flex-direction: column;
        max-width: 100%;
    }

    .bloc-service-ligne-wrapper {
        width: 100% !important;
    }

    .upper-box:after {
        display: none;
    }

    #conteneur-footer-second-line {
        display: none;
    }

    #nav-bar {
        width: 100%;
        max-width: 100%;
    }

    .realisation-item {
        margin-left: 3%;
    }

    #conteneur-baniere {width: 100%;max-width: 100%;}

    #slider-baniere {width: 100%;height: 161px;max-width: 100%;}

    #titre-page-conteneur {
        width: 100%;
        max-width: 100%;
        padding-top: 24px !important;
    }

    .titre-page-h1 {
        margin-top: 68px !important;
        margin-left: 41px;
        font-size: 25px !important;
    }
    .titre-page-h1:before {
    left: 19px !important;
    }
    #titre-page {

    }

    #conteneur-text-discours, #conteneur-experiences-years {
        width: 90% !important;
        margin-top: 10px !important;
    }

    #conteneur-square {
        width: 43% !important;
    }

    #experiences-years {
        display: flex !important;
        padding-top: 59px !important;
        /* flex-wrap: wrap; */
        /* flex-direction:column; */
        /* align-items: center; */
        width: 100% !important;
        justify-content: space-between;
    }

    #conteneur-bouton-about-company {margin-top: 0px !important;width: 45% !important;}

    #about-bouton-company {
        width: 100% !important;
    }

    #about-bouton-company img {
        width: 35% !important;
    }

    .dg-name {margin-top: 22px !important;margin-bottom: 10px !important;}

    .dg-profession {
        
    }

    #square:before {
        width: 50px !important;
        top: 21px !important;
        height: 50px !important;
    }

    .annee-experience-spanumber {
        line-height: 20px !important;
        margin-left: 30px !important;
        font-size: 34px !important;
        margin-top: 42px;
    }

    .plus-de {
        display: none;
        margin-left: 6px !important;
        margin-top: -8px !important;
        font-size: 12px;
        width: 50px !important;
    }

    .annee-experience-ptext {
        font-size: 12px !important;
        line-height: 20px !important;
        margin-top: 34px !important;
    }

    #conteneur-breadcumbs {margin-left: 39px;}

    #breadcumbs {
        
    }

    .section-title {
        margin-top: 10px !important;
        margin-bottom: 128px;
    }

    .section-title-h1 {
        font-size: 28px !important;
    }

    #about-page-atouts {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 30px;
        padding-bottom: 14px;
    }

    .conteneur-event-atouts {
        margin-bottom: 35px;
        width:90%;
    }

    .event-atouts-title {font-size: 20px !important;margin-bottom: 0 !important;}

    .event-atout-arrow {
        font-size: 11px !important;
        margin: 0 !important;
    }

    .event-atouts-p {margin-top: 0;margin-bottom: 10px;font-size: 15px !important;}

    .circle-pink {
    border-radius: 0;
    }
    
    #conteneur-about-page-atouts {
        margin-top: 0 !important;
        width:100%;
        max-width:100%;
    }
    #nav-bar {
        width: 100%;
        max-width: 100%;
    }

    #conteneur-about-page-services {margin-top: 0 !important;width: 100%;max-width: 100%;height: auto !important;padding-top: 25px;}

    #about-page-services {flex-direction: column;align-items: center;width: 90% !important;}

    .conteneur-event-services {width: 100%;margin-bottom: 47%;}

    .event-services {/* margin-bottom: 26px; */}

    .conteneur-event-services-img {margin-bottom: 0;}

    .event-services-img {width: 100%;display: flex;flex-direction: column;align-items: center;}

    .event-services-img-image {width: 100%;}

    .conteneur-services-description {bottom: -62%;}

    .services-description {

    }

    .services-description-h2 {

    }

    .services-description-p {

    }

    .services-description-a {
        
    }

    #ciffre-cle-about-page {
    width: 90% !important;
    flex-wrap: wrap;
}

    .conteneur-event-chiffre-cle {width: 46%;margin-bottom: 16px;}

    .event-chiffre-cle {

    }

    .conteneur-chiffre-and-text {

    }

    .chiffre-and-text {

    }

    .chiffre-and-text-p {

    }

    .chiffre-and-text-small-p {

    }

    .conteneur-font-awesome {

    }

    .circle-green {
        display:none;
    }

    .font-awesome {
        
    }

    #conteneur-team-about-page {margin-top: 0 !important;padding-top: 25px;}

    #team-about-page {padding-bottom: 43px;width: 96% !important;}

    .teamate-container {

    }

    .teamate {

    }

    .circle-orange {
        border-radius: 0;
        bottom: 0 !important;
    }

    .teamate-image-container {

    }

    .social-media-teamate {

    }

    .teamate-great-line {
    bottom: -8px;
    left: 105px;
}

    .teamate-name {width: 100% !important;font-size: 12px !important;}

    .teamate-profesion {
        
    }

    footer {
        width: 100%;
    }

    #conteneur-footer-first-line {
        width: 100%;
    }

    #footer-first-line .flex {
        width: 90%;
    }
}



    
i.fa-hamburger.fas.fa-bars {
    color: #66B221;
    font-size: 32px;
    display: none;
}

.baton-photo-blue {
    position: absolute;
    background: lightgrey;
    width: 90%;
    height: 99%;
    z-index: -1;
    left: 20px;
}

.baton-photo-rose {
    position: absolute;
    width: 89%;
    height: 98%;
    top: 5%;
    left: -3%;
    border: 7px solid #66b221;
    z-index: -1;
}

.conteneru-member-description {
    position: absolute;
    bottom: -13%;
    left: 0;
    background: #66b221c9;
    height: 0%;
    width: 100%;
    transition: 0.4s;
}

.teamate:hover .conteneru-member-description {
    height: 100%;
    bottom: 0;
}

.member-description {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

p.member-description-p {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 425px) {

    div#team-about-page {

    }

    .conteneur-event-services.ces2 {
        margin-bottom: 31%;
    }

    div#dg-discour {display: flex;flex-direction: column;align-items: center;}

    div#conteneur-img-dg {display: block;width: 60%;}

    div#conteneur-text-discour-dg {margin-top: 6%;}

    div#img-dg {

    }

    img#img-dg-image {width: 100%;}

    div#text-discour-dg {display: flex;flex-direction: column;align-items: center;justify-content: center;}

    h3.text-discour-dg-h3 {text-align: center;line-height: 30px;}

    div#conteneur-text-discours {

    }

    div#text-discours {

    }

    div#conteneur-experiences-years {

    }

    div#experiences-years {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    padding-top: 0 !important;
}

    div#conteneur-square {width: 100%;}

    div#square {

    }

    div#conteneur-bouton-about-company {width: 100% !important;margin-top: 19% !important;}

    div#about-bouton-company {display: flex;flex-direction: column;align-items: center;justify-content: center;}

    .teamate-container {

    }

    .teamate {

    }

    .conteneru-member-description {bottom: -15%;}

    .member-description {width: 100%;}

    p.member-description-p {
        width: 100%;
        text-align: center;
    }

    .baton-photo-rose {height: 94%;}

    .baton-photo-blue {left: 9px;width: 96%;height: 97%;}

    div#about-bouton-company img {width: 20% !important;}

    p.dg-name {margin-top: 9px !important;}

    p.dg-profession {
        
    }

    h1.sth1:before {top: -52px;}

    h1.sth1:after {
        bottom: -50px;
    }

    h1.sth1p:before {top: -45px;}

    h1.sth1p:after {
        bottom: -50px;
    }

    h1.sth1e:before {top: -50px;}

    h1.sth1e:after {
        bottom: -50px;
    }

    h1.stat:before {top: -50px;}

    h1.stat:after {
        bottom: -50px;
    }

    .stediv {margin-bottom: 75px;}

    .stadiv {margin-bottom: 73px;}

    .stpdiv {margin-bottom: 69px;}

    .sd1 {

    }

    .sd2 {
        bottom: -36%;
    }

    .sd3 {
        bottom: -39%;
    }


    .sd1p {

    }

    .sd2p {
        bottom: -93%;
    }

    .sd3p {
        bottom: -84%;
    }

    .sd1h {

    }

    .sd2h {
        bottom: -93%;
    }

    .sd3h {
        bottom: -84%;
    }

    .partenaire-logo {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

}

.teamate.cyrille {
    background-position: 10% 39% !important;
}


.teamate.herve {
    background-position: 100% 34% !important;
}

.slick-dots li button:before {
    font-family: 'slick' !important;
    font-size: 20px !important;
    line-height: 20px !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 20px !important;
    height: 20px !important;
    content: 'ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢' !important;
    text-align: center !important;
    opacity: .25 !important;
    color: green !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

.slick-dots li.slick-active button:before
{
    opacity: .75 !important;
    color: green !important;
}

.slick-next {
    right: -63px !important;
}

.slick-prev {
    left: -64px !important;
}

img.slick-arrow {
    height: 50px !important;
    width: 50px !important;
}

p.powered {
    text-align: end;
}

a.link-powered {
    color: #61af19;
    text-decoration: none;
    font-weight: 600;
}

input.form-control-contact.input.input-nltrs {
    color: #bbbcc2;
}

p.event-atout-arrow {
    display: none;
}

div#conteneur-footer-second-line {
    border-top: 1px solid #61af19;
    padding-top: 1%;
}