/**
* couleur rouge hexa : #e6540e
* couleur bleu hexa : #326094
* couleur bleu Strat : #165693
* couleur background : #3e4543
* Police titre
* Police main
*

@media only screen and (max-width: 768px) {
tablettes et ordinateurs 
}

@media only screen and (max-width: 500px) {
Appareils avec une résolution de 500 pixels ou moins
}
*/

* {
  margin: 0;
  padding: 0;
}

.white {
  color: white;
}

.black {
  color: black!important;
}

.blue {
  color: #165693
}

.red {
  color: #e6540e
}

.lightscript {
  font-weight: 200;
}

.boldscript {
  font-weight: 600;
}

.full {
  width: 100%;
}

h1, h2, h3, h4, h5, h5, p, a, li {
  font-family: 'Raleway', 'calibri', 'sans-serif'!important;
}

button {
  font-size: 1.3rem!important;
}

h6 {
  font-weight: bold!important;
  text-decoration: underline!important;
}

h2 {
  font-size: 2.3rem!important;
}

p, li, a {
  font-size: 1.6rem!important;
}

.responsiveMenu li {
  list-style: url('../image/Daqsan-editeur-logiciel-sante-data-management.png');
}

.subtitle {
  font-size: 2.5rem;
  font-weight: 900!important;
}

.title {
  font-size: 5rem;
  margin-top: 4%;
  font-weight: bold;
}

.undertitle {
  font-size: 1.7rem;
}

.btn-lg {
  width: 45%!important;
}

button a {
  color: white;
}

.homelink {
  color: white!important;
  font-size: 1.5rem!important;
}

.float-md-left {
  float: left!important;
}

.float-md-right {
  float: right!important;
}

/*============== Nav Bar header ===========*/
.navbar-default  {
    height: 150px;
    padding: 1% 8%;
}

.navbar-default .navbar-nav > li > a {
    color: black;
    font-family: Raleway, sans-serif;
    text-decoration: none;
    padding-top: 25px;
    font-size: 27px!important;
    font-weight: 600!important;
    word-spacing: -0.1ch;
}

.navbar-brand img{
  width: 100%;
}



@media only screen and (max-width: 720px) {
  .navbar-brand img {
    width: 90%;
  }
}

.header {
    position: fixed;
    top:0;
    z-index: 110;
}

@media screen and (max-width: 780px) {
  .navbar-default  {
    height: 75px;
    padding: 1% 8%;
}
}

/** Gestion globale des logo */

.logo {
  padding-bottom: 50px;
}

.logo img {
  width: 50%;
}

.logoTech {
  width: 33%;
}

/* =============== Image d'accueil ==========*/
.accueil {
  background-image: url("../Images/Daqsan-editeur-logiciel-etablissement-sante-gouvernance-donnees-finance.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  height: 550px;
}

/* =============== Presentation ============*/
.up {
  margin-top: -20%;
}

.image-logiciel-product {
  width: 60%;
  margin-top: 5%;
}

.bg-blue {
  background-color: #165693;
  background: linear-gradient(180deg, rgba(2,0,36,0.9) 0%, rgba(22,86,147,1) 18%, rgba(22,86,147,1) 100%);
  padding-top: 4%;
  padding-bottom: 3%;
  margin-top: 3%;
  margin-bottom: 2%;
  color: white;
}

.bg-blue h4 {
  font-size: 2.5rem;
  line-height: 1.3;
}

.product-content-bar-white {
  height: 5px;
  width: 15%;
  background-color: white;
  content: "";
}

.product-content-bar {
  height: 5px;
  width: 15%;
  background-color: #e6540e;
  content: "";
}

@media only screen and (max-width: 800px) {
  .bg-blue {
    padding: 2%;
  }
}

/** 2ème partie présentation */
.product-context {
  margin-top: 3%;
  margin-bottom: 2%;
}

.product-context img {
  margin: 3%;
  width: 50%;
}

.screenshot {
  box-shadow: 2px 2px 4px black;
  border-radius: 5px;
}

.subpart {
  padding: 2%;
}

.subpart h2 {
  padding-bottom: 2%;
  font-weight: bold;
}

.subpart a {
  color:black;
}

/** Gestion de l'espace intermediaire de la page */
.section-product {
  background: linear-gradient(to bottom, lightgray, transparent);
  height: 30px;
  margin-bottom: 8%;
}

@media only screen and (max-width: 480px) {
  .section-product {
    height: 75px;
    margin-bottom: 20%;
  }
}

@media only screen and (max-width: 800px) {
  .section-product .subtitle {
    display: none;
  }
}


/** Section cas pratique */
.product-item {
  box-shadow: 5px 5px 15px 10px lightgray;
  border: 1px solid lightgray;
  border-radius: 40px;
  margin: 2% 0%;
  padding: 2%;
}

.product-item h3 {
  font-weight: bold;
}

.product-image {
  box-shadow: 3px 1px 1px lightgray;
  width: 100%;
}

.home-product-image {
  width: 100%!important;
  border-radius: 25px;
  box-shadow: 3px 1px 1px lightgray;
}

.inline {
  display: inline;
}

.icon-product {
  width: 100%;
}

.icon-product-top h4 {
  font-weight: bold;
}

.icon-product-top {
  background-repeat: no-repeat;
  background-size: 45%;
  background-position: top;
  padding-top: 50%;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .network {
    width: 90%;
  }

  .icon-product {
    width: 175%;
  }

  .btn-action {
    margin-left: 33%
  }
}

/** Mise en forme des boutons */
.btn-daqsan-red {
  background-color: #e6540e!important;
  color: white!important;
  width: auto;
  font-size: 1.3rem!important;
  font-family: inherit;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s; 
}

.btn-daqsan-red:hover{
  background-color: white!important;
  border: 2px solid #e6540e!important;
  color: #e6540e!important;
}

.btn-daqsan-red a:hover {
  color: #e6540e!important;
}

/*============ Cookies ================*/
.cookies {
    padding: 15px 50px;
    display: none;
    background-color: white;
    border-top: 1px solid rgb(68, 68, 68);
    bottom: 0;
    
    position: fixed;
    width: 100%;
}

.cookies div div {
    margin-bottom: 5px;
    font-size: 12px;
}

@media all and (max-width: 720px) {
    .cookies {
        padding: 0px 10px;
        width: 50%;
    }

    .cookies div div {
        margin-bottom: 0px;
        font-size: 10px;
    }
}

/** Mise en forme du footer */
.bg-footer {
  background-color: #3e4543;
}

#footer-sidebar3 {
  padding-bottom: 5%;
}

.socialmedia {
  padding-top: 45%;
}

.buildingVision {
  background-image: url('https://daqsan.com/wp-content/uploads/2020/05/Daqsan-Suivez-nous-Edition-Logiciel-Sante-Protection-patient-agent-compressor.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0% 20%;
  z-index: 1;
}

.contacttitle {
  margin-top: 2%;
  margin-bottom: 3%;
}

.contactform {
  padding: 5%;
}

.contact-form p {
  margin-bottom: 0.5rem!important
}

.orange {
  color: #ff6600!important;
}

.validationMsg, .errorMsg {
  display: none;
}

@media only screen and (max-width: 760px) {
  .buildingVision {
    background-size: 100%;
    background-position: top;
  }

  .socialmedia {
    padding-top: 50%;
  }

  .socialmedia .row {
    padding: 10%;
  }

  input, textarea {
    width: 100%;
  }
}

/** BAs de page */
.logo-sm {
    width: 75%;
}

.bg-lightgray {
  background-color: lightgray;
  padding-top: 3%;
  padding-bottom: 1%;
}

.daqsan-footer {
  padding-left: 5%!important;
}

.daqsan-footer a {
  text-decoration: none;
  color: black;
}

.daqsan-footer a:hover {
  text-decoration: underline;
}


.black-line {
  height: 2px;
  width: 100%;
  background-color: black;
  content: "";
}

/** Icones des Use Case */
.usecase {
  margin-top: 3%;
}

.interoperabilite {
  background-image: url('../Images/Daqsan-editeur-logiciel-cas_pratique-data-gouvernance-interopérabilité-systemes.png');
}

.visibilite {
  background-image: url('../Images/Daqsan-gouvernance-data-application-visiblite-donnee-vision-globale.png');
}

.incident {
  background-image: url('../Images/Daqsan-developpement-logiciel-gouvernance-donnees-finance-alerte-incidence.png');
}

.certification {
  background-image: url('../Images/Daqsan-application-gouvernance-MOA-certification-donnee.png');
}

.international {
  background-image: url('../Images/Daqsan-edition-logiciel-data-gouvernance-internationalisation-comptabilite.png');
}

.preuve {
  background-image: url('../Images/Daqsan-application-metiers-data-governance-use-case-finance-compta.png');
}

.parametrage {
  background-image: url('../Images/Daqsan-systeme-gouvernance-donnee-qualite-parametrage-personnalisé.png');
}


