* {
  box-sizing: border-box;
}
body {
  background: #ffff;
}
.noir {
  color: #151318;
}
.vert {
    color: #0A8504;
}
.bg_vert {
  background: #0A8504;
}
.bg_white {
  background: #fff;
}
.border_white {
  border: 2px solid rgba(255,255,255,.4);
  border-radius: 50%;
  padding: 5px;
}

.padding {
  padding-top: 3rem;
}
.padding1 {
  padding-top: 1rem;
}
.padding2 {
  padding-bottom: 5rem;
}
.bg-dark {
  background: #151318;
}
.bg-dark a {
  text-decoration: none;
  color: #fff;
  padding: 10px;
}
.bg-dark a.h_btn {
  border-right: 1px solid #fff;
}
.navbar {
  padding: 0 20px;
}
.navbar a {
  font-weight: 600;
  font-size: 20px;
  margin-left: 20px;
  color: #34495e;
  transition: .5s;
}
.navbar .nav-link:hover {
  color: #0A8504;
}
.navbar-brand span {
  font-size: 30px;
  font-weight: 800;
}
.logo {
  width: 240px;
  margin-right: 50px;
}
/************* Index  *************/
.carousel-item img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.img_bg {
  width: 100%;
  height: 500px;
  background: linear-gradient(to left, rgba(33,65,112,0), rgba(33,65,112,.9)), url(../images/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.h1_bg {
  position: relative;
  width: 60%;
  font-size: 3.5rem;
  color: #fff;
  line-height: 1.4;
  padding-top: 100px; 
}
.text_titre {
  font-size: 1.8rem !important;
}
.text_titre2 {
  font-size: 2rem !important;
}
.section_title .section_subtitle {
    margin-bottom: 7px;
    padding-left: 7px;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    color: rgba(255,255,255,.4);
    border-left: 3px solid #0A8504;
    font-size: 700;
    font-family: tahoma;
}
.section_main_title {
    margin-top: 0;
    margin-bottom: 37px;
    font-size: 30px;
    line-height: 1.27;
    font-weight: bold;
}
.section_main_title strong {
    font-weight: 600;
}
.about-box {
    -webkit-box-shadow: 0 0 0 5px #0A8504 inset;
    box-shadow: 0 0 0 5px #0A8504 inset;
    margin-right: 0;
    margin-top: 25px;
    position: relative;
    display: block;
}
.box-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
    transform: translateY(30px) translateX(-30px);
    -webkit-transform: translateY(30px) translateX(-30px);
}
.about-box .videopopup img {
    transform: translateY(30px) translateX(-30px);
    -webkit-transform: translateY(30px) translateX(-30px);
    width: 100%;
    z-index: 1;
}
.btn_perso {
  color: #0A8504;
  border: 1px solid #0A8504;
  padding: 5px 20px 10px 20px;
  font-size: 24px;
  transition: .5s;
}
.btn_perso:hover {
  color: #fff;
  background: #0A8504;
  text-decoration: none;
  box-shadow: 0 5px 10px rgba(0,0,0,.5);
}
.img_bloc {
  /* width: 100%; */
  height: 450px;
  background: url(../images/informatique.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.img_bloc1 {
  /* width: 100%; */
  height: 450px;
  background: #fff;
  background-image: url(../images/site.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.txt_bloc {
  padding: 20px;
  /* width: 100%; */
  height: 450px;
  background: #0A8504;
  color: #fff;
}
.txt_bloc1 {
  padding: 20px;
  /* width: 100%; */
  height: 450px;
  background: #fff;
}
.service_item {
  height: 500px;
}
.service_item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.service_item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.service_item p {
  color: #212529;
}
.service_item .item_caption {
  background: #fff;
  padding: 5px;
  height: 280px;
}
.service_item .box {
  width: 100%;
  height: 220px;
  background: #0A8504;
  overflow: hidden;
}
.service_item .figure {
  width: 100%;
  height: 100%;
}
.service_item .figure img {
  width: 100%;
  transition: .5s;
}
.service_item .box:hover .figure img {
  transform: rotate(-5deg) scale(1.3);
  opacity: .5;
}
.service_item .caption {
  position: absolute;
  top: 40px;
  left: 40px;
  right: 40px;
  bottom: 40px;
}
.service_item .about {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 20px;
  text-align: center;
  opacity: 0;
  transition: .5s;
}
.service_item .box:hover .about {
  opacity: 1;
}
.service_item .about h2 {
  color: #fff;
  font-size: 30px;
}
  
/**** footer ******/
footer {
  background-color: #1B1B1B;
  color: #d5d5d5;
  padding-top: 2rem;
}
.div_footer {
  width: 100%;
  background: #2F2F2F;
  padding: 2rem;
  text-align: center;
  transition: .5s;
}
.div_footer:hover {
  background: #0A8504;
}
.foot {
  width: 100%;
  background: #2F2F2F;
  padding: 1rem;
  text-align: center;
  transition: .5s;
}
hr.light {
  border-top: 1px solid #d5d5d5;
  width: 75%;
  margin-top: .8rem;
  margin-bottom: 1rem;
}
footer a {
  color: #d5d5d5;
}
footer h3, footer p {
  color: #959595;
  text-align: center;
}
hr.light-100 {
  border-top: 1px solid #d5d5d5;
  width: 100%;
  margin-top: .8rem;
  margin-bottom: 1rem;
}
.social li {
  display: inline;
}
.social i {
  font-size: 245%;
  padding: 2% 6%;
  color: #959595;
}
.social i:hover {
  color: #F5F5F5;
}
h5 a:hover {
  text-decoration: none;
  color: #405580;
}
/******* Fin footer ******/
/**** Page contact ******/
.bcg {
  width: 100%;
  height: 400px;
  background: url('../images/contact.jpg');
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
}
.bcg p {
  margin-top: 15rem;
}
.bcg h1 {
  font-size: 5rem;
}
.wrapper1 h3 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 30px;
}
.wrapper1 p {
  color: #fff;
  font-size: 20px;
}
.wrapper1 a {
  font-size: 22px;
}
/*********** developpement-web **********/
.back_dev {
  width: 100%;
  height: 250px;
  background: url(../images/dev.jpg);
  background-size: cover;
  background-attachment: fixed;
  margin-top: 1rem;
  padding: 20px;
}
.back_dev .div {
  width: 70%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255,255,255,.4);
}

.serviceBox{
  color: #fff;
  text-align: center;
  padding: 25px 25px 55px;
  position: relative;
  z-index: 1;
}
.serviceBox:before,
.serviceBox:after{
    content: '';
    background: #0A8504;
    border-radius: 20px;
    position: absolute;
    left: 10px;
    right: 0;
    top: 15px;
    bottom: 0;
    z-index: -1;
}
.serviceBox:after{
    background: #fff;
    left: 0;
    right: 10px;
    top: 0;
    bottom: 15px;
    clip-path: polygon(30% 0, 100% 0, 100% 85%, 75% 100%, 0 100%, 0 20%);
}
.serviceBox .service-icon{
    color: #0A8504;
    font-size: 35px;
    text-shadow: 4px 4px rgba(0,0,0,0.1);
    margin: 0 0 10px;
}
.serviceBox .title{
    color: #0A8504;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.serviceBox .title span{ font-weight: 700; }
.serviceBox .description{
    color: #151318;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin: 0;
}
.serviceBox .read-more{
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    position: absolute;
    right: 15px;
    bottom: 9px;
    transition: all 0.3s ease 0s;
}
.serviceBox .read-more:hover{
    color: rgba(255,255,255,0.7);
    text-shadow: 3px 3px rgba(255,255,255,0.1);
}
.serviceBox.darkgreen:before{ background: #151318; }
.serviceBox.darkgreen .service-icon,
.serviceBox.darkgreen .title{
    color: #151318;
}

@media only screen and (max-width:990px){
    .serviceBox{ margin: 0 0 30px; }
}

.demo{ background: #F2F2F2; }
.form-container{
    background: #ecf0f3;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px #fff;
}
.form-container .form-icon{
    color: #0A8504;
    font-size: 55px;
    text-align: center;
    line-height: 100px;
    width: 100px;
    height:100px;
    margin: 0 auto 15px;
    border-radius: 50px;
    box-shadow: 7px 7px 10px #cbced1, -7px -7px 10px #fff;
}
.form-container .title{
    color: #0A8504;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 0 20px;
}
.form-container .form-horizontal .form-group{ margin: 0 0 25px 0; }
.form-container .form-horizontal .form-group label{
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.form-container .form-horizontal .form-control{
    color: #333;
    background: #ecf0f3;
    font-size: 15px;
    height: 60px;
    padding: 20px;
    letter-spacing: 1px;
    border: none;
    border-radius: 50px;
    box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px #fff;
    display: inline-block;
    transition: all 0.3s ease 0s;
}
.form-container .form-horizontal .form-control select {
  border-radius: 20px;

}
.form-container .form-horizontal .form-control:focus{
    box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px #fff;
    outline: none;
}
.form-container .form-horizontal .form-control::placeholder{
    color: #808080;
    font-size: 14px;
}
.form-container .form-horizontal .btn{
    color: #151318;
    background-color: #0A8504;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    padding: 12px 15px 11px;
    border-radius: 20px;
    box-shadow: 6px 6px 6px #cbced1, -6px -6px 6px #fff;
    border: none;
    transition: all 0.5s ease 0s;
}
.form-container .form-horizontal .btn:hover,
.form-container .form-horizontal .btn:focus{
    color: #fff;
    letter-spacing: 3px;
    box-shadow: none;
    outline: none;
}