html {
    scroll-behavior: smooth;
  }

.navbar{
  background-color: white !important;
  box-shadow: none !important;
}

.checkConsent{
    padding-left: 15px;
    padding-right:15px;
}



.nav-link{
  color: white !important;

}
 a.nav-link.active {
  color: #F38020 !important;
  font-weight: bold !important;
}

.navTel{
  font-size: larger !important;
  color: #F38020!important;
  padding-right: 50px;
}

#servicesInline{
  display: inline !important;
  padding: 0 !important;
}




.vousDepanner{
  color: black !important;
}

/*scroll navbar*/
.cache{
  display: none;
}
@media only screen and (max-width: 992px) {
    .fondBlancMobile{
      background-color: white !important;
    }
    .nav-link{
      color: black !important;
    }
    .logoAirsNoir{
      display: none;
    }
    .logoAirsBlanc{
      display: none;
    }

}

@media only screen and (min-width: 993px) {
.transparent{
  background-color: transparent !important;
}
.logoNoirMobile{
  display: none;
}

}

.fondBlanc{
  background-color: white !important;
}

.texteBlanc{
  color: white !important;
}

.texteNoir{
  color: black !important;
}
@media only screen and (min-width: 992px) {

      .formeMenu{
        z-index: 820;
        width:100%;
        background-color: WHITE;
      margin-top: 75px;
        clip-path: polygon(0% 0%, 0% 20%, 38% 20%, 39% 99%, 61% 99%, 62% 20%, 100% 20%, 100% 0%);
      }

      .formeMenuContour{
        z-index: 800;
        width:100%;
        background-color: #F38020;
      margin-top: 79px;
        clip-path: polygon(0% 0%, 0% 21%, 37.9% 21%, 38.9% 100%, 61.1% 100%, 62.1% 21%, 100% 21%, 100% 0%);
      }

      .ongletMenu{
        height: 30px;
      }
      
}
/*Le héro est décalé de 70px en mobile pour ne pas que le menu le cache*/
@media only screen and (max-width: 992px) {
.heroMobile{
  margin-top: 70px !important;
}
}
.footer{
  padding-top: 50px !important;
  padding-bottom: 10px !important;
}

.logoFooter{
  margin-right: 10px;
  margin-bottom: 40px;
}


/*Taux de satfication animés*/
.valeur1{
    color:#5EB649;
    font-size: xxx-large;
    font-weight: bolder;
}

.forma{
    padding-top: 30px;
    padding-bottom: 30px;
}

.valeur2{
    color:#F38020 ;
    font-size: xxx-large;
    font-weight: bolder;
}

.valeur3{
    color:#25A8E0 ;
    font-size: xxx-large;
    font-weight: bolder;
}
/*centrer éléments du footer seulement en mobile*/
@media only screen and (max-width: 992px) {
    .centrerMobile{
      text-align: center !important;
    }
    .airsFooter{
      margin-bottom: 20px;
    }
}
.iconeFooter{
  margin-right: 10px;
}
.separateurMentionLegales{
  margin: 0;
  padding: 0;
}

.mentionsLegales{
  font-size: smaller;
  margin: 0;
  padding: 0;
}
.onglet{
    max-width: 50%;
    height: 50;
} 

/*sections avec fond gris */
.services, .contact, .lineoSoft, .bureautique, .siteMail, .securite, .teamviewer, .formations2 , .demarche, .formationListe{
    background-color: #F5F5F5;
}

/*marges des sections*/
 .contact, .equipe, .services, .lineoSoft, .wavesoft, .acd, .bureautique, .peripheriques, .terminaux,
.impression, .sauvegarde, .securite, .maintenance, .teamviewer, .formations, .formations2, .reseaux, .demarche, .siteMail, .nextcloud, .rgpd, .formationListe {
    padding-top: 50px;
    padding-bottom: 50px;
}
.presentation{
  padding-bottom: 50px;
  
}


/*bouton du hero*/
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #25A8E0 !important;
    color: white !important;
}
.btn-secondary, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:visited {
    background-color: #5EB649 !important;
    color: white !important;
}
.btn-succes, .btn-succes:hover, .btn-succes:active, .btn-succes:visited {
    background-color: #F38020 !important;
    color: white !important; 
}


/*hero*/
.jumbotron {
    color: white;
    background-image: url("../img/heroAccueil.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
  }
  .heroBtn{
    width: 300px !important;
  }
  .phrase{
      color: black !important;
  }
  .textBtn{
    display: block;
    font-size: 9pt;
  }
  .heroTitre{
    margin-bottom: 30px;
  }
  .textBtnGras{
    font-weight: bold;
    font-size: 13pt;
  }
  .heroLogo{
    max-width: 600px;
    min-width: 300px;
    height: auto;
    margin-bottom: 5%;
  }
  
/* Texte de l'hero de la page*/
  .heroTxt {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
  }





  /*cards*/

  .card{
    font-weight:300 !important;
  }
  .card, .card-header, .card-body, .card-footer{
    background-color: transparent !important;
    border-top-style: none !important;
    border-bottom-style: none !important;
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
  }
  .card-body{
    padding: 0px !important;
  }

  .card-footer{
    padding: 0px !important;
  }

  .flex-row>div{
    padding: 0px !important;
  }
  .card-text{
    font-size: small !important;
  }

  .nomPrenom{
    font-weight : bolder !important;

  }

.role{
  font-weight: lighter;
}

.icon{
    height: 70px;
    width: 70px;
    text-align: center;
    margin-left: 25%;
    margin-right: 25%;
    margin-bottom: 20px;
    margin-top: 45px;
}

.icon:hover{
  opacity: 0.5;
}

.iconContact{
  height: 40px;
  width: 40px;
  text-align: center;
  margin-left: 25%;
  margin-right: 25%;
  margin-bottom: 20px;
  margin-top: 15px;

}

.texteEquipe{
  display : flex;
  align-items: center;
  flex-wrap: wrap;
}

.txtEquipe{
  margin-bottom: 30px;
}
.footer{
    background-color: #353535;
    color:white;
    padding-top: 100px;
    padding-bottom: 100px;
}

.footerIcon{
  padding-right: 5%;
}

h1{
  font-family: 'Rajdhani', sans-serif;
}
h3{
  font-family: 'Rajdhani', sans-serif;
}

.h4Petit{
  font-size: 100%;
}
/*test card our team*/
.img-quadrata {
  border-radius:50%;
  width:100px;
  height:100px;
}

small{
text-align:center;
   font-size:0.9em; 
   line-height: 0.5em !important;
}


/*Page Logiciels*/
.no-padding {
  padding-left: 0;
  padding-right: 0;
}


.heroImg{
  position: relative;
  text-align: center;
  color: white;
  border-radius: .125rem;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.servicesLineosoft{
  font-size: smaller !important;
  padding: 0;
  margin: 0;
  
}

.btnVideoAcd{
  margin-bottom: 20px;
}
.texteIconeLineosoft{
  color: black !important;
}
.iconesLineosoft{
  height: 70px;
  min-width: 70px;
  width: auto;
}

.centered{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.accroche{
 
  margin-top: 50px;
 
}



.video{
  margin-bottom: 20px;
}

.schemaLineosoft{
  margin-bottom: 16px;
}
.titreFooter{
  font-weight: bold;
}
.titreOrange{
  font-weight: bold;
  color:#F38020;
}
.titreBleu{
  font-weight: bold;
  color:#25A8E0;
}

.titreVert{
  font-weight: bold;
  color:#5EB649;
}

.office{
  margin-bottom: 25px;
}

.bureautiqueLogoOffice{
  width: 250px;
  height: auto;
  padding-bottom: 20px;
}
.bureautiqueLogoAdobe{
  width: 100px;
  height: auto;
  padding-top: 20px;
}
.filigrane{
  background-image: url("img/mosaiqueLineosoft.png");
  background-position: right;
  background-repeat: no-repeat;
}

.texteAcd, .texteWavesoft, .texteSage, .texteBureautique{
  display : flex;
  align-items: center;
  flex-wrap: wrap;

}


.mobile{
  width: 50%;
  height: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;

}

#formLegales {
	font-size:13px;
	text-align:justify;
	margin-left: -1.25em;
}

/*page Vente de materiel*/

.textePeriph, .texteTerminaux,.texteImpression  {
  display : flex;
  align-items: center;
  flex-wrap: wrap;
}



/*Page sauvegarde et sécurité*/

.logoBeemo{
  width: 40%;
  height: auto;
  margin-bottom: 15px;
}
.modalImages{
  width: 100%;
  height: auto;
}
.securiteVpn{
  height: 100px;
  width: auto;
}



.certification{
  margin-top: 20px;
}



/* page Maintenance et Infogérance*/

.logoTeamviewer{
  width: 40%;
  height: auto;
  margin-bottom: 15px;
}

.texteTeamviewer, .texteMaintenance{
  display : flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 993px) {
.modalWavesoft{
  
width: 1024px;
height: 672px;
}
}
@media only screen and (max-width: 992px) {
  .modalWavesoft{
    
  width: 100%;
  height: auto;
  }
  }

.logoWavesoft{
  width: 150px;
  height: auto;
  padding-top: 10px;
}
/*page Formations*/

.texteFormations, .texteFormations2{
  display : flex;
  align-items: center;
  flex-wrap: wrap;
}
.btnLogicielFormation{
  margin-bottom: 20px;
}

.imgFormations{
  margin-top: 20px;
}
/*page Réseaux*/

.texteReseaux{
  display : flex;
  align-items: center;
  flex-wrap: wrap;
}

.texteDemarche{
  display : flex;
  align-items: center;
  flex-wrap: wrap;
}

/*page Hébergement */
.logoHebergement{
  width: 70% !important;
  margin-top: 20px;
}

/* page mentions légales*/
.pageMentionsLegales{
  margin-top: 140px;
  margin-bottom: 80px;
}

/*page 404*/

.img404{
  width: 60%;
  height: auto;
  margin-bottom: 10px;

}

.titre404{
  font-weight: bold;
  
}
.titreOops{
  font-size: xx-large;
}


.btn-success{
    color: white  !important;
    background-color: #F38020  !important;
    
}

.btn-outline-primary{
    color: #F38020  !important;
    border-color : #F38020 !important;
}

.btn-outline-primary:hover{
    color: white !important;
    border-color: white !important;
}

.btn-outline-primary:not([disabled]):not(.disabled):active {
    color: white !important;
    border-color: white !important;
}

.btn-outline-primary:focus{
        color: white !important;
    border-color: white !important;
}

.zoomCursor{
    cursor: zoom-in !important;
}
.txtPDF{margin-top:10px;}


/*PAGE ACTUALITES*/
.actuCard{

  margin-top: 40px;
  margin-bottom: 15px;
  padding: 15px;
}
.actuCard:hover{
  box-shadow: 4px 4px 19px 0px #bbb !important;  

}
.imgCard{

max-height: 170px;
}
.btnCard{
    box-shadow: none;
    float: right;
}

/*menu dropdown sur hover*/
    .dropdown:hover .dropdown-menu{
        display: block;
    }
    
    @media only screen and (min-width: 576px){
    .decalTitreGauche{
        position: absolute !important;
        left: 30% !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        color: black !important;
        font-size: xxx-large;
    }
    .titrePage{
        margin-right: auto;
    margin-left: -117px;
    font-family: 'Rajdhani', sans-serif;
    font-size: xx-large;
    }
    .titrePageAccueil{
        font-size : x-large !important;
    }
    }
        @media only screen and (max-width: 992px){
                .titrePage{
display:none;
    }
    .jumbotron{ 
            background-image: url("img/illustrationAccueilMobile.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    }
            
        }
        
        @media only screen and (max-width: 1475px){
            .titrePageAccueil{
                display: none;
            }
        }


.avatarsFormation{
  width:200px;
  height:200px;
}

@media only screen and (max-width: 450px){
  .cardFormations{
      padding-left:22%;
  }
}

.pagination{
    justify-content: center;
}

.formActu{
    margin-top: 40px;
    margin-bottom:40px;
}