
  @import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700);
  @import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700);
  @import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700);

  body {
    background: rgb(38,38,38);
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000;
  }


  html {
    height: 100%;
  }

  p{
    font-size: 24px;
    color: white;
  }
  a{
    
    color:rgb(232,97,14);
  }

  .more-padding{
    margin-top: -25px !important;
  }
  

  a:hover {
    outline: none;
    text-decoration:none;
    color:rgb(232,97,14);
  }

  a:focus {
    outline:none;
    outline-offset: 0;
  }

  a {
    -webkit-transition: 300ms;
    transition: 300ms;
  }


  ul {
    list-style: none;
  }

  h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
  }

  h1{
    color: #ffffff;
  }

  h2{
    font-size: 28px;
    color: rgb(232,97,14);
  }
  .more-padding{
    padding-right: 40px;
  }

  #carousel-example-generic {
    max-width: 1000px;
    max-height: 570px;
    margin: 5em auto;
  }

  .line_height {
    line-height: 1.4em;
  }

  address, span{
    font-size: 24px;
  }
  .fontSize21px {
    font-size: 21px;
  }
  .col-sm ul{
    text-align: center;
  }
  .col-sm ul h4{
    color:rgb(232,97,14);
  }
  .col-sm ul li{
    color:rgb(255, 255, 255);
  }
  h3{
    font-size: 20px;
    color: rgb(232,97,14);
  }

  .overflow{
    overflow: hidden;
  }

  .uppercase{
    text-transform: uppercase;
  }

  .btn-common {
    font-size: 14px;
    color: #797979;
    border: 1px solid rgb(232,97,14);
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    padding: 10px 25px;
  }

  #action .col-sm-5{
    position: absolute;

    top: 0;
    height: 100%;
    right: 0;
  }

 .img_index{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 44%;
 }
 .img_entreprise{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 17%;
 
 }

  
  
  .btn-common:hover,
  .btn-common:focus{
    outline: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: rgb(232,97,14);
  }

  .align-right{
    text-align: right;
  }

  .inline{
    display: inline-block;
  }

  .padding{
    padding: 65px 0;
  }

  .padding-bottom{
    padding-bottom: 65px;
  }

  .padding-top{
    padding-top: 90px;
  }

  .padding-right{
    padding-right: 80px;
  }

  .padding-left{
    padding-left: 80px;
  }

  .margin-bottom{
    margin-bottom: 35px;
  }

/*************************
*******Header******
**************************/


#header{
  margin-bottom: 0;
  padding: 30px 0 30px 0;
}

#header .navbar-inverse .container{
  position: relative;
}

#header .navbar {
  background: rgb(38,38,38);
  border: 0;
  margin-bottom: 0;
}
#header .navbar-toggler-icon{
  width: 2.5em !important;
  height: 2.5em !important;
}
#header .navbar-toggle{
  margin-top: 20px;
}
#header .pad{
  padding-left: 30px;
}
#header .modif{
  float:right !important;
  margin-right: 10px;
}

#header .navbar-brand{
  padding: 0;
  margin-left: 20px;
  pointer-events: none;
}

#header .navbar-brand h1{
  padding: 0;
  margin: 0;
}
#header .navbar-brand img{
  pointer-events: auto;
}

#header .navbar-nav.navbar-right >li:last-child{
  margin-right: 20px;
}

#header .navbar-nav.navbar-right >li a {
  color: rgb(255, 255, 255);
  font-size: 19px;
  padding: 20px;
  text-transform: uppercase;
}

#header .navbar-inverse .navbar-nav  li.active > a,
#header .navbar-inverse .navbar-nav  li.active > a:focus,
#header .navbar-nav.navbar-right li > a:hover,
.navbar-inverse .navbar-nav > .open > a {
  background-color: inherit;
  border: 0;
  color: rgb(232,97,14);
}

#header .navbar-inverse .navbar-nav  li a:hover{
  color: rgb(232,97,14);
}

/*Dropdown menu*/

ul.sub-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

#header .navbar-nav li ul.sub-menu li a {
  color: #818285;
  padding: 5px 0;
  font-size: 19px;
  display: block;
  text-transform: none;
}

#header .navbar-nav li ul.sub-menu li .active{
  background: #fef7ee;
  color: rgb(232,97,14);
  position: relative;
}

#header .navbar-nav li ul.sub-menu li .active i{
  position: absolute;
  font-size: 56px;
  top: -13px;
  color: #dab074;
}

#header .navbar-nav li ul.sub-menu li .active .fa-angle-right{
  left: -3px;
}

#header .navbar-nav li ul.sub-menu li .active .fa-angle-left{
  right: -3px;
}

.nav-width{
  width: 430px !important;
}

#header .navbar-nav li ul.sub-menu li a:hover,
#header .navbar-nav li ul.sub-menu li a:focus{
  background: #fef7ee;
  color: rgb(232,97,14);;
}

.margin-footer{
  padding: 0 10px;
  padding-top: 15px;
  text-align: center;
  margin: auto !important;
}
#footer img{
  width: 250px;
  padding-right:5px;
}
.redim-cc{
  width: 130px !important;
}

.fa-angle-down{
  padding-left: 5px;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}


/*************************
*******Footer******
**************************/

#footer {
  background-image: url(../images/home/footer.png);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: contain;
}

#footer h1{
  margin-bottom: 65px;
  margin-top: 36px;
}

#footer .bottom-separator {
  margin-bottom: 60px;
}


.bottom > h2 {
  margin-top: 0;
  margin-bottom: 26px;
}

.bottom .media-body h3 {
  margin-top: 0;
  padding-left: 25px;
}





.copyright-text{
  color: rgb(232,97,14);
  margin-top: 70px;
}

/*************************
*******Home Page******
**************************/




.single-service{
  overflow: hidden;
  display: block;
}

.single-service img {
  margin-bottom: 35px;
}

.single-service .fold {
  margin-bottom: 35px;
}

.single-service h2 {
  margin-top: 0;
  margin-bottom: 15px;
}

.single-service p {
  padding: 0 48px;
}

.action h1{
  margin-top: 0;
}

.action p{
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 300;
}

.action .btn-common{
  margin-top: 55px;
  float: left;
}

.title {
  color: #404040;
  font-weight: 300;
}

.single-features {
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 40px;
}

.single-features:last-child {
  padding-bottom: 95px;
}

.single-features h2{
  margin-bottom: 15px;
    margin-top: 0;
}

#clients{
  padding-bottom: 45px;
}

.clients {
  margin-bottom: 45px;
}

.clients img {
  display: inline-block;
}

.clients-logo {
  overflow: hidden;
  margin-bottom: 10px;
}

.img-responsive{
  display: block;
  margin-top:15%;
  margin-left: auto;
  margin-right: auto;
  width: 10%;
}

.btn-error{
  font-size: 2rem;
  
}
.acc_txt{
  text-align: center;
}

address{
  color:white;
}

.titre_center{
  text-align: center;
}

.text_service{
  text-align: center;
  line-height: 80%;
  padding-top: 25px;
}

.img_rond{
  margin-left: 20%;
  float: left;
  display: inline;
  transition: .3s ease-in-out;
  filter: grayscale(100%);
}


.text_rond{
  display: inline;

}

.personnes{
  float:left;
  margin-left: 14%;
  transition: .3s ease-in-out;
  filter: grayscale(100%);
}
.personnes:hover, .img_rond:hover{
filter: grayscale(0);
}

.personnes_1{
  float:left;
  margin-left: 27%;
  transition: .3s ease-in-out;
  filter: grayscale(100%);
}

.topnav {
  overflow: hidden;
  background-color: rgb(38,38,38);
}

.topnav a {
  float:left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 78px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: rgb(38,38,38);
}

.topnav a:active{
  background-color: rgb(232,97,14);
  color: white;
}


#img_ordi, #img_pieces, #img_periph, #img_connec, #img_reseaux, #img_conso{
display: none;
}

.ordinateurs, .portables, .composants, .accessoires_pieces, .imprimantes, .ecran, .stockage, .clavier, .audio, .peripheriques, .reseau_connectique, .reseau_reseau, .accessoires_reseaux, .stockage_sauvegarde, .divers{
display: inline-block;
}

.ordinateurs, .composants, .reseau_connectique{
  padding-left:30%;
  text-align: center;
}

.portables, .accessoires_pieces{
  padding-left: 20%;
  text-align: center;
}

.imprimantes{
  padding-left: 11%;
  text-align: center;
}

.ecran, .stockage{
  padding-left: 20%;
  text-align: center;
}

.clavier{
  padding-left: 25%;
  text-align: center;
}

.audio, .accessoires_reseaux{
  padding-left: 24%;
  text-align: center;
}

.peripheriques{
  padding-left: 25%;
  text-align: center;
}

.reseau_reseau{
  padding-left: 28%;
  text-align: center;
}

.stockage_sauvegarde, .divers{
  padding-left: 24%;
  text-align: center;
}

.txt_boutique{
  text-align: center;
}

.button_zones{
  background-color: #e7e7e7; 
  color: rgb(232,97,14);
  border: none;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.logo-boutique{
  margin-top: -25px;
  width: 30% !important;
}

.covid{
  border:rgb(232,97,14) solid 1px;
  padding: 10px;
}

.bbt{
  text-align: center;
  
}
.lien_boutique:hover{
  color: rgb(232,97,14);
}


.img_assistance{
  width:40%;
}

.img_vente{
  width:60%;
}

.img_reparation{
  width:60%
}

.img_reparation_2{
  width:40%;
}
.carousel-inner img {
  margin: auto;
}
.taille{
  width: 75%;
  margin: auto;
}

.img_mentions{
  width:20%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.text_mentions{
  font-size: 50px;
  text-align: center;
  color: #860e11;
  font-weight: bold;
}

.text_mentions_2{
  margin-left: 50px;
  font-size: 40px;
}

.text_mentions_3{
  margin-left: 50px;
  font-size: 30px;
}

.btn_mentions{
  font-size: 20px;
}






input:focus ~ label, textarea:focus ~ label, input:valid ~ label, textarea:valid ~ label {
  font-size: 0.75em;
  color: #999;
  top: -5px;
  -webkit-transition: all 0.225s ease;
  transition: all 0.225s ease;
}

.styled-input {
  float: left;
  width: 293px;
  margin: 1rem 0;
  position: relative;
  border-radius: 4px;
}
@media only screen and (max-width: 768px){
  .styled-input {
      width:100%;
  }

}

@media only screen and (max-width: 1220px){
  .text_service{
    line-height: normal !important;
  }
}

.styled-input label {
  color: #999;
  padding: 1.3rem 30px 1rem 30px;
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  pointer-events: none;
}

.styled-input.wide { 
  width: 650px;
  max-width: 100%;
}

input,
textarea {
  padding: 30px;
  border: 0;
  width: 100%;
  font-size: 1rem;
  background-color: #2d2d2d;
  color: white;
  border-radius: 4px;
}

input:focus,
textarea:focus { outline: 0; }

input:focus ~ span,
textarea:focus ~ span {
  width: 100%;
  -webkit-transition: all 0.075s ease;
  transition: all 0.075s ease;
}

textarea {
  width: 100%;
  min-height: 15em;
  resize: none;
}

.input-container {
  width: 650px;
  max-width: 100%;
  margin: 20px auto 25px auto;
}

.submit-btn {
  text-align: center;
  margin-left: 220px;
  padding: 7px 35px;
  border-radius: 60px;
  display: inline-block;
  background-color: rgb(232,97,14);
  color: white;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.06),
            0 2px 10px 0 rgba(0,0,0,0.07);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.submit-btn:hover {
  transform: translateY(1px);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.10),
            0 1px 1px 0 rgba(0,0,0,0.09);
}

@media (max-width: 768px) {
  .submit-btn {
      width:100%;
      float: none;
      text-align:center;
  }
}

input[type=checkbox] + label {
color: #ccc;
font-style: italic;
} 

input[type=checkbox]:checked + label {
color: #f00;
font-style: normal;
}

.text_menu{
  text-align: center;
  font-size: 32px;
}

.text_contact{
  text-align: center;
}
