@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=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');
@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;
    position: relative;
    overflow-x: hidden;
}

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

.flex {
    display: flex;
    justify-content: space-between;
    width: 1170px;
    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: 218px;
    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;
}


div#conteneur-contact-us-page {
    width: 100%;
    margin-top: 100px;
    position: relative;
    overflow: hidden;
}

div#contact-us-page {
    display: flex;
    justify-content: space-between;
    width: 1127px;
    max-width: 100%;
    margin: 0 auto;
}

div#conteneur-contact-us-page-left-part {
    width: 81%;
    border-left: 1px solid #F1F1F5;
    border-top: 1px solid #F1F1F5;
    border-bottom: 1px solid #F1F1F5;
    background: #fff;
    /* padding-left: 57px; */
}

div#conteneur-contact-us-page-right-part {
    width: 38%;
    background: #F1F1F5;
    padding: 0 28px;
    box-sizing: border-box;
}

div#contact-us-page-left-part {
    /* width: 90%; */
    padding: 0 50px;
}

div#contact-us-page-left-part-bloc-form {
    width: 100%;
}

form#contact-us-page-left-part-form {
    width: 100%;
}

.input-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

label.input-label {
    display: block;
    color: rgba(41,47,56,0.8);
    font-size: 15px;
    margin-bottom: 5px;
    font-family: Muli;
    font-weight: 500;
    line-height: 26px;
}

.fom-group {
    width: 49%;
}

input.form-control {
    width: 85%;
    height: 45px;
    border: 1px solid #e6e5e5;
    padding: 0 15px;
    line-height: 26px;
    font-family: Muli;
    font-size: 15px;
    font-weight: 500;
    color: #515359;
}

select.form-control-select {
    width: 96%;
    height: 46px;
    padding: 0 15px;
    border: 1px solid #e6e5e5;
    font-weight: 500;
    font-size: 15px;
    font-family: Muli;
    color: #515359;
    line-height: 26px;
}

textarea.form-control-area {
    width: 92.5%;
    height: 100px;
    padding: 0 15px;
    color: #515359;
    border: 1px solid #e6e5e5;
    font-family: Muli;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
}

.fom-group-textarea {
    width: 100%;
}

h2.contact-us-page-left-part-bloc-h2 {
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 0px;
    font-family: Poppins;
    color: #181818;
}

p.contact-us-page-left-part-bloc-p {
    text-align: center;
    width: 78%;
    font-family: Muli;
    font-weight: 400;
    line-height: 26px;
    font-size: 16px;
    margin-top: 0;
    color: #212127;
}

div#contact-us-page-left-part-bloc-subtitle {
    display: flex;
    justify-content: space-around;
    margin-bottom: 11px;
}

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

button.btn-envoyer-form-contact {
    background: #6DB123;
    padding: 16px 41px;
    border-radius: 27px;
    cursor: pointer;
    transition: 0.4s;
    border: 1px solid #6DB123;
}

.contact-us-page-right-part-title-bloc {width: 100%;}

div#contact-us-page-right-part {
    width: 99%;
    /* margin-left: 15px; */
    /* padding: 0 25px; */
    padding-right: 25px;
}

h3.contact-us-page-right-part-h2 {
    font-size: 25px;
    line-height: 70px;
    font-weight: 400;
    color: #181818;
    opacity: 1;
    text-align: left;
    font-family: Poppins;
    margin-bottom: 0;
}

.information-bloc {
    position: relative;
    margin-bottom: 34px;
}

p.information-title {
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    font-weight: 500;
    color: #6EB62C;
    margin-top: 0;
    margin-bottom: 10px;
}

p.information-details {
    font-size: 15px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    font-weight: 400;
    color: #212127;
    padding-right: 50px;
}

p.before-after {
    position: absolute;
    content: '';
    bottom: -34px;
    left: 0;
    width: 71px;
    height: 2px;
    background: #C9C9C9;
}

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-contact {
    border-bottom: 3px solid #66B221;
    padding-bottom: 7px;
}

div#circle-green-contact {
    top: 54px;
    left: -84px;
    position: absolute;
    width: 750px;
    height: 750px;
    background: #6db12317;
    border-radius: 50%;
    z-index: -1;
}

sup.asterix-class {
    color: red;
    font-size: 15px;
    font-family: Poppins;
    font-weight: 400;
}

h1.titre-page-h1:before {
    position: absolute;
    left: -18px;
    top: 39px;
    background: #fff;
    width: 5px;
    height: 99px;
    content: '';
}

button.btn-envoyer-form-contact:hover {
    border: 1px solid #6DB123;
    color: #6DB123;
    background: #fff;
}

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

@media screen and (max-width: 768px) {
    
    .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;
    }
    
    .baniere-slide-title {
        font-size: 24px !important;
        margin-top: 140px;
    }

    #conteneur-img {
        display:none;
    }

    #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;
    }

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

    #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: 75px !important;
        margin-left: 41px;
        font-size: 25px !important;
    }

    .titre-page-h1:before {
        left: 19px !important;
        top: 59px !important;
    }

    #conteneur-breadcumbs {margin-left: 39px;}

    #breadcumbs {
        
    }  

    footer {
        width: 100%;
        margin-top: 20px;
    }

    #conteneur-footer-first-line {
        width: 100%;
    }

    #footer-first-line .flex {
        width: 90%;
    }
    #circle-green-contact {
        display: none;
        width: 100% !important;
        max-width: 100% !important;
    }

    #conteneur-contact-us-page {
        width:100%;
        max-width:100%;
        margin-top: 0 !important;
    }

    #contact-us-page {
        width: 95% !important;
        flex-direction: column;
    }

    #conteneur-contact-us-page-left-part {
        width:100% !important;
        border: none !important;
    }

    #contact-us-page-left-part {width: 100% !important;padding: 0 !important;}

    #contact-us-page-left-part-bloc-form {
    width: 100% !important;
    max-width: 100% !important;
    }

    #contact-us-page-left-part-form {width: 100% !important;max-width: 100% !important;}

    .input-row {flex-wrap: wrap;}

    .fom-group {width: 100% !important;}

    .input-label {

    }

    .form-control {width: 91% !important;}

    .form-control-select {width: 100% !important;}

    .fom-group-textarea {

    }

    .form-control-area {width: 91% !important;}

    .btn-envoyer-form-contact {
        
    }

    #contact-us-page-left-part-bloc {
        width: 100% !important;
    }

    .contact-us-page-left-part-bloc-h2 {
        width: 100% !important;
        font-size: 25px !important;
        line-height: 35px !important;
        margin-bottom: 22px !important;
    }

    #conteneur-contact-us-page-right-part {
        width:100% !important;
    }
}

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

#footer-second-line .flex {
    width: 80% !important;
}

#footer-first-line .flex {
    width: 80% !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;
}

.flex {
    display: flex;
    width: 80%;
    margin: 0 auto;
    justify-content: space-between;
}

input.form-control.objet {
    width: 92.5% !important;
}

.error {
    border-color: red !important;
}

div#conteneur-footer-second-line {
    border-top: 1px solid #61af19;
    padding-top: 1%;
}

p.response-message {
    padding: 2% 4%;
    margin: 0;
    font-size: 13px;
    border-radius: 6px;
    text-align: center;
    width: 89%;
    margin-bottom: 4%;
}

p.success-message {
    background: #90ec90;
    color: green;
    border: 1px solid green;
}

p.error-message {
    background: #eeb7b770;
    color: red;
    border: 1px solid red; 
}

button.btn-envoyer-form-contact:focus {
    outline: none;
}