body {
  margin: 0;
  padding: 0;
}

/*img {
  width: 100%;
}*/

.grid {
  background-color: #76747591;
  max-width: 100%;
  margin: auto;
  padding: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
}

@media (max-width: 780px) {
  .grid-item {
    grid-row-start: none;
    margin-bottom: 5%;
  }
  .grid{
    grid-template-columns: none;
  }
  h1.text-grid {
    margin-top: 0%;
    margin-bottom: 10%;
}
}
.grid-item {
  padding: 1rem;
}
.graphics{
  padding: 0rem;
}

h1.text-grid{
    text-align: center;
    font-family: 'Montserrat';
    margin-top: 20%;
    color: ivory;
    font-weight: 200;
    font-size: 37px;
    letter-spacing: 6px;
    line-height: 1.26;
}
h1 {
  font-family: "Rozha One", serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1;
  color: #222;
}

.paragraph-text {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-width: 300px;
     -moz-column-width: 300px;
          column-width: 300px;
}
.paragraph-text p {
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.3;
  color: #222;
}
.paragraph-text p:first-child {
  margin-top: 0;
}

@media (min-width: 1024px) {
  .graphics {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-content: start;
    grid-gap: 1rem;
  }
}
.large-img {
  grid-row: 1;
  grid-column: 1/-1;
}
/--------------------------------------------Contact------------------------------------------------/
#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }

#contact {
  background:#929496;
  padding:25px;
  margin:50px 0;
}

#contact h3 {
  color: #000;
  display: block;
  font-size: 30px;
  font-weight: 400;
}

#contact h4 {
  margin:5px 0 15px;
  display:block;
  font-size:13px;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
  width:100%;
  border:1px solid #CCC;
  background:#FFF;
  margin:0 0 5px;
  padding:10px;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
  -webkit-transition:border-color 0.3s ease-in-out;
  -moz-transition:border-color 0.3s ease-in-out;
  transition:border-color 0.3s ease-in-out;
  border:1px solid #AAA;
}

#contact textarea {
  height:100px;
  max-width:100%;
  resize:none;
}

#contact button[type="submit"] {
  cursor:pointer;
  width:100%;
  border:none;
  background:#0CF;
  color:#FFF;
  margin:0 0 5px;
  padding:10px;
  font-size:15px;
}

#contact button[type="submit"]:hover {
  background:#09C;
  -webkit-transition:background 0.3s ease-in-out;
  -moz-transition:background 0.3s ease-in-out;
  transition:background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
  outline:0;
  border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}

.warranty_text{
   position: relative;
  width: 70%;
  margin: 50px auto;
  padding: 50px;
  background-color: #FFF;
  text-align: center;
  overflow: hidden;
  border-radius: 25px;
  
  border: solid 4px #747679;
  
  -webkit-box-shadow: inset 4px 4px 0px 0px rgba(50, 50, 50, 0.35);
  -moz-box-shadow:    inset 4px 4px 0px 0px rgba(50, 50, 50, 0.35);
  box-shadow:         inset 4px 4px 0px 0px rgba(50, 50, 50, 0.35);
 
}
.warranty_text ul li{
  list-style: disc;
    text-align: left;
    line-height: 2;
    margin-bottom: 14px;
    color: #838383;
    font-size: 15px;
    line-height: 2;
    font-weight: 400;
}

  @media  (max-width: 700px) {
  .warranty_text {
    position: relative;
    width: 100%;
    margin: 50px auto;
    padding: 35px;
    border-radius: 8px;
}

  }


/*--------------------------------------   footer css  ---------------------------------------------*/
    .footer{
      margin: 0;
      padding: 25px;
        width: 100%;
        background-color: #757679 ;
        color: #ffffff;
        height: max-content;
    }
    .footer .about,.footer .pages,.footer .icons_footer,.footer .reseaux_footer{
      padding: 1em 15px;
    }
    .footer .icons_footer p {
      color: #fff;
    }
    .footer .title_footer{
      margin-bottom: 3rem;
      padding-top: 0px;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 600;
        color: #fff;
        line-height: 1.15 !important;
        position: relative;
        overflow: hidden;
        font-family: 'Montserrat',sans-serif;
        border-bottom: 5px solid;
        width: max-content;
        padding-bottom: 7px;
    }
   /* .footer .title_footer::before {
        content: '';
        display: block;
        width: 100%;
        border-top: 2px solid #20425e;
        position: absolute;
        top: 40px;
        left: 43px;
        z-index: 0;
    }*/
    /*.footer .title_footer::after {
        content: '';
        display: block;
        position: relative;
        margin: 1.25em 0 0 0;
        width: 35px;
        height: 10px;
        border-top: 2px solid;
        border-left: 2px solid;
        z-index: 1;
        border-color: #ffffff !important;
    }*/
    .footer .desc_about p{
      margin-bottom: 1.5rem;
      font-size: 16px;
    }
    .footer .desc_about span {
        font-size: 11px;
        color: #ccc;
    }
    .footer .desc_about img{
          width: 170px;
    }
    .footer .pages .nav_pages li{
      list-style: none;
        margin: 10px;
        font-size: 18px;
        cursor: pointer;
        color: #fff;
    }
    .footer .pages .nav_pages a:hover{
      text-decoration: none;
    }
    .footer .pages .nav_pages li:hover{
      color: #ccc;
    }
    .footer .info .parent_icons .info_icons{
      display: inline-block;
      margin-top: 15px;
      margin-right: 25px;

    }
    .footer .info .parent_icons .icons{
      width: 46px;
        margin-right: 18px;
        display: inline-block;
        float: left;
    }
    .footer .info .parent_icons .title_icons{
      float: right;
    }
    .footer .info .parent_icons .title_icons .first_span{
      font-size: 12px;
        color: #072f4f;
        background-color: #ffffff;
        padding: 0px 5px;

    }
    .footer .info .parent_icons .title_icons .sucond_span{
      font-size: 18px;
        font-weight: 600;
        color: #ffffff;
    }
    .footer .resaux_icon .content_icon{
      width: max-content;
        margin: auto;
        display: flex;
    }
    .footer .resaux_icon .content_icon .icon_service{
      margin-right: 30px;
    }
    .footer .resaux_icon .content_icon .icon_service .hexagone{
      width: 35px !important;
        height: 45px !important;
        background-color: #45637b;
    }
    .footer .resaux_icon .content_icon .icon_service .border-hexagone{
      width: 35px !important;
        height: 45px !important;
    }
    .footer .resaux_icon .content_icon .icon_service .hexagone i{
      color: #eeeeee;
        font-size: 25px;
        z-index: 3;
        position: absolute;
        top: 9px;
        left: 7px;
        transform: rotate(-60deg);
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out; 

    }
    .footer .resaux_icon .content_icon .icon_service .hexagone i.fa-facebook-f{
        top: 9px;
        left: 10px;   
    }
    .footer .resaux_icon .content_icon .icon_service:hover > .border-hexagone .hexagone i{
      color: #ccc;
    }

/*-------------------------------------- End footer  css ---------------------------------------------*/
.footer .reseaux_footer a {
  color:#fff;
  /*background: #272c30c2;
  border-radius:4px;*/
  text-align:center;
  text-decoration:none;
  /**/font-family:fontawesome;
  position: relative;
  display: inline-block;
  width:40px;
  height:40px;
  padding-top:12px;
  margin:0 2px;
  -o-transition:all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
   -webkit-font-smoothing: antialiased;
    font-size: 25px;
    font-weight: 300;
}

.footer .reseaux_footer a:hover {
  /*background: #bba782;*/
  color:#383838;

}

/* pop-up text */

.footer .reseaux_footer a span {
  color:#666;
  position:absolute;
  font-family:sans-serif;
  bottom:0;
  left:-25px;
  right:-25px;
  padding:5px 7px;
  z-index:-1;
  font-size:14px;
  border-radius:2px;
  background:#fff;
  visibility:hidden;
  opacity:0;
  -o-transition:all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* pop-up text arrow */

.footer .reseaux_footer a span:before {
  content:'';
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  position:absolute;
  bottom:-5px;
  left:40px;
}

/* text pops up when icon is in hover state */

.footer .reseaux_footer a:hover span {
  bottom:50px;
  visibility:visible;
  opacity:1;
}


@media  (max-width: 991px) {

  .about{
    width: max-content;
    display: block;
    margin: auto;
  }
  .footer .desc_about img {
    width: 211px;
    margin: auto;
    display: block;
}
}

/* font awesome icons */

 /*.footer .reseaux_footer a:nth-of-type(1):before {
content:'\f09a';
}
.footer .reseaux_footer a:nth-of-type(2):before {
content:'\f099';
}
.footer .reseaux_footer a:nth-of-type(3):before {
content:'\f0d5';
}
.footer .reseaux_footer a:nth-of-type(4):before {
content:'\f113';
}
.footer .reseaux_footer a:nth-of-type(5):before {
content:'\f17d';
}
.footer .reseaux_footer a:nth-of-type(6):before {
content:'\f1cb';
}*/