body{
  background-color: whitesmoke !important;
}
.logo_navbar{
    height: 10vh;
    width: 0 auto !important;
}
.ml2 {
    font-weight: 900 !important;
    font-size: 3.5em !important;
  }
  
  .ml2 .letter {
    display: inline-block;
    line-height: 1em;
  }

  @media (max-width:768px) {
    .ml2 {
        font-weight: 500 !important;
        font-size: 2em !important;
    }
  }

/* section image plus text */

.photo-card {
    background-color: rgb(4, 47, 83);
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    display: flex;
    flex-direction: column;
    width: 70vw;
    margin-top: 3vh;
  }
  
  @media screen and (min-width: 700px) {
    .photo-card {
      flex-direction: row;
    }
  }
  
  .photo-background {
    background-position: center;
    background-size: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-height: 250px;
  }
  
  @media screen and (min-width: 700px) {
    .photo-background {
      border-top-left-radius: 10px;
      border-top-right-radius: 0;
      border-bottom-left-radius: 10px;
      min-height: none;
      width: 50%;
    }
  }
  
  .photo-details {
    padding: 2.1875em 5%;
  }
  
  @media screen and (min-width: 700px) {
    .photo-details {
      width: 50%;
    }
  }
  
  .photo-details h2, .photo-details h4 {
    color: #fff;
    font-weight: 500;
    margin: 0;
  }
  
  .photo-details h2 {
    font-size: 170%;
    line-height: 1;
    margin-bottom: 5vh;
  }
  
  .photo-tags ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 87.5%;
    margin-top: 0.35em;
    text-transform: lowercase;
  }
  
  .photo-tags li {
    margin: 0 0.35em 0.35em 0;
  }
  
  .photo-tags a {
    background-color: #191e20;
    border-radius: 50px;
    color: #fff;
    display: block;
    padding: 0.3125em 1.25em;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .photo-tags a:hover, .photo-tags a:focus {
    color: #e37544;
  }
  
  .photo-details p {
    color: white;
  }
  
  /* footer */

  footer {
    background-color: rgb(4, 47, 83);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 55px 50px;
    margin-top: 80px;
    bottom: 0;
    color: #fff;
  }
  
  .footer-navigation h3 {
    margin: 0;
    font: normal 36px Cookie, cursive;
    margin-bottom: 20px;
    color: #fff;
  }
  
  .footer-navigation h3 a {
    text-decoration: none;
    color: #fff;
  }
  
  .footer-navigation h3 span {
    color: #5383d3;
  }
  
  .footer-navigation p.links a {
    color: #fff;
    text-decoration: none;
  }
  
  .footer-navigation p.company-name {
    color: #8f9296;
    font-size: 14px;
    font-weight: normal;
    margin-top: 20px;
  }
  
  @media (max-width:767px) {
    .footer-contacts {
      margin: 30px 0;
    }
  }
  
  .footer-contacts p {
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
  }
  
  .footer-contacts p a {
    color: #5383d3;
    text-decoration: none;
  }
  
  .fa.footer-contacts-icon {
    background-color: #33383b;
    color: #fff;
    font-size: 18px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    margin: 10px 15px 10px 0;
  }
  
  span.new-line-span {
    display: block;
    font-weight: normal;
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
  }
  
  .footer-about h4 {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  .footer-about p {
    line-height: 20px;
    color: #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
  }
  
  div.social-links {
    margin-top: 20px;
    color: #fff;
  }
  
  .social-links a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #33383b;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-right: 5px;
    margin-bottom: 5px;
  }

  /* cards */

  .card_vitrine{
    height: 35vh;
    width: 40vh;
    background-image: url('../img/site_vitrine.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 25vh !important;
  }
  .card_ecomerce{
    height: 35vh;
    width: 40vh;
    background-image: url('../img/site_ecomerce.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 25vh !important;
  }
  .card_application{
    height: 35vh;
    width: 40vh;
    background-image: url('../img/application.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 25vh !important;
  }
  .card_seo{
    height: 35vh;
    width: 40vh;
    background-image: url('../img/seo.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 25vh !important;
  }
  .card_maintenance{
    height: 35vh;
    width: 40vh;
    background-image: url('../img/maintenance.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 25vh !important;
  }
  .card_formation{
    height: 35vh;
    width: 40vh;
    background-image: url('../img/formation.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 25vh !important;
  }
  .card_text1{
    color: white;
    background-color:#FF5F55;
    border-radius: 10px;
    float: right;
    margin-top: 30vh; 
    z-index: 10;
  }
  .card_text2{
    color: white;
    background-color:#FF5F55;
    border-radius: 10px;
    margin-top: 30vh;
    z-index: 10;
    padding-bottom: 3px;
    padding-top: 3px;
  }

  /* page mes projets */

  .blog-card-blog {
    margin-top: 30px;
  }
  
  .blog-card {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 6px;
    color: white;
    background: #042F53;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  }
  
  .blog-card .blog-card-image {
    height: 60%;
    position: relative;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px;
    border-radius: 6px;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  }
  
  .blog-card .blog-card-image img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    pointer-events: none;
  }
  
  .blog-card .blog-table {
    padding: 15px 30px;
  }
  
  .blog-table {
    margin-bottom: 0px;
  }
  
  .blog-category {
    position: relative;
    line-height: 0;
    margin: 15px 0;
  }
  
  .blog-text-success {
    color: #6f6f6f!important;
  }
  
  .blog-card-blog .blog-card-caption {
    margin-top: 5px;
  }
  
  .blog-card-caption {
    font-weight: 700;
    font-family: "Roboto Slab", "Times New Roman", serif;
  }
  
  .blog-card-caption, .blog-card-caption a {
    color: white;
    text-decoration: none;
  }
  
  .blog-card .ftr {
    margin-top: 15px;
  }
  
  .blog-card .ftr .author {
    color: #888;
  }
  
  .blog-card .ftr div {
    display: inline-block;
  }
  
  .blog-card .author .avatar {
    width: 36px;
    height: 36px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
  }
  
  .blog-card .ftr .stats {
    position: relative;
    top: 1px;
    font-size: 14px;
  }
  
  .blog-card .ftr .stats {
    float: right;
    line-height: 30px;
  }
  
  /* page contact */

  #contactForm .h4 {
    font-weight: 400;
    border-bottom: 1px solid silver;
  }
  
  .required-input {
    color: red;
  }
  
  .static-map {
    margin-bottom: 20px;
  }
  
  @media (max-width: 768px) and (min-width: 767px) {
    #contactForm .static-map img {
      width: 100%;
    }
  }

  /* Mes Services */

  .services-section {
    background-color: whitesmoke;
    padding: 60px 0;
    text-align: center;
  }

  .services-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .services-section p {
    font-size: 1.2rem;
    color: #6c757d;
    margin-bottom: 40px;
  }

  .service-item {
    margin-bottom: 30px;
  }

  .service-item .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    background-color: #fff;
    border: 2px solid #dc3545;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #dc3545;
    font-size: 1.5rem;
  }

  .service-item h4 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .service-item p {
    font-size: 0.95rem;
    color: #6c757d;
  }

  .center-image {
    text-align: center;
    margin: 30px 0;
    background-image: url('../img/toile4.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-width: 100%;
}

@media (max-width: 768px) {
  .center-image {
    text-align: center;
    margin: 30px 0;
    background-image: url('../img/toile4.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-width: 100%;
    height: 500px !important;
  }
}