/*----- 1. Reset.css -----*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  

  vertical-align: baseline;
}

div, label, p, input, textarea, a, button, h1, h2, h3,h4, span, tr,td, ul, li, ol {
  font-family:  "Helvetica Neue", HelveticaNeue, Arial, Helvetica, sans-serif !important;
}


/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  background-color: #015d67;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.container {
  width: 90% !important;
  /*margin-top: 60px;*/
  margin-bottom: 50px;
}

/* --- MODAL INFO */
.modal-content {
  margin-top: 30% !important;
  color: white;
  /*background-color: #ff931f;*/
  /*background-image: url("/images/Fond5G.jpg") !important;*/
  background: rgb(131, 58, 180);
  background: linear-gradient(
    90deg,
    rgba(131, 58, 180, 1) 0%,
    rgba(253, 29, 29, 1) 50%,
    rgb(255, 162, 32) 100%
  );
}

/* --- Container Compteur */
.container10 {
  width: 90% !important;
  margin-left: 55px !important;
}

.titre_logo_otf {
  margin-left: 10px;
}

.card-img-tp {
  height: 400px !important;
  width: 380px !important;
}

.div.card {
  height: 400px !important;
  width: 380px !important;
}

.card_compteur {
  margin: 0px 20px 20px 20px !important;
  background-color: #405460 !important;
  border: solid 3px white !important;
  text-align: center !important;
  border-radius: 10px;
  color: white;
  font-weight: bold;
}

.card_compteur2 {
  margin: 0px 20px 20px 20px !important;
  background-color: #30acf8 !important;
  border: solid 3px white !important;
  text-align: center !important;
  border-radius: 10px;
  color: white;
  font-weight: bold;
}

.card_compteur3 {
  margin: 0px 20px 20px 20px !important;
  background-color: #01cc678a !important;
  border: solid 3px white !important;
  text-align: center !important;
  border-radius: 10px;
  color: white;
  font-weight: bold;
}

.card_compteur4 {
  margin: 0px 20px 20px 20px !important;
  background-color: #e9be00 !important;
  border: solid 3px white !important;
  text-align: center !important;
  border-radius: 10px;
  color: white;
  font-weight: bold;
}

.card_compteur5 {
  margin: 0px 20px 20px 20px !important;
  background-color: #ca3001 !important;
  border: solid 3px white !important;
  text-align: center !important;
  border-radius: 10px;
  color: white;
  font-weight: bold;
}

.card_compteur6 {
  margin: 0px 20px 20px 20px !important;
  background-color: #941fe2 !important;
  border: solid 3px white !important;
  text-align: center !important;
  border-radius: 10px;
  color: white;
  font-weight: bold;
}

.card_compteur7 {
  margin: 0px 20px 20px 20px !important;
  background-color: #00e457f6 !important;
  border: solid 3px white !important;
  text-align: center !important;
  border-radius: 10px;
  color: white;
  font-weight: bold;
}

p,
.card-text-center {
  font-size: xx-large !important;
}

h1 {
  font-size: 16px;
}

/*----- Helper Classes -----*/

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  zoom: 0.7;
}

/*----- Titre tableau -----*/
.titre_table {
  padding: 5px;
}

/*----- Titre Formm -----*/

.titre_form {
  padding-left: 60px;
  color: white;
  font-size: 2em !important;
  padding-right: 60px;
}

.card {
  border: none !important;
  margin: 0px 20px 20px 20px !important;
  background-color: #015d67 !important;
  border: solid 1px white !important;
  text-align: center !important;
  padding-bottom: 10px;
  padding-top: 10px;
}

.p,
.card-text {
  text-align: left !important ;
}

.card_text_aera textarea {
  height: 130px;
  width: 98%;
}

.bouton_commentaire {
  margin-right: 20px;
}

.fixed-table-body {
  height: auto !important;
}

.commentaire {
  margin: 20px;
  text-align: left;
  margin-top: 0%;
}

.btn-warning {
  color: #ffffff !important;
  background-color: #015d67 !important;
  border-color: #fff !important;
}

.btn-warning a {
  color: white !important;
}

.titre_commentaires {
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.5em;
  background-color: rgb(245, 42, 42);
  padding: 10px;

  border: solid 1px white;
}

.titre_commentaires2 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.5em;
  background-color: rgb(3, 158, 219);
  padding: 10px;

  border: solid 1px white;
}

.btn-warning {
  margin-right: 10px !important;
}

.btn-danger {
  margin-right: 10px !important;
}

/* .btn-primary{
margin-right: 10px !important;
} */

/*----- container2 -----*/

.container2 {
  margin-top: 10px;
}

.container3 {
  margin-left: 50px;
  margin-right: 50px;
}

.container4 {
  width: 97%;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 10px;
}
.container_bloquant_gb {
  text-align: left;
  width: auto;
  margin: 0 2.5% 2.5% 2.5%;
}
.accordeon {
  background: #015d67;
  border: 1px solid #ccc;
  margin: 20px 0;
  padding: 50px;
  color: rgb(109, 106, 106);
  margin-left: 20px;
  margin-right: 20px;
}

/* Menu déroulant sélection affichage des données compteurs */
#divstyle {
  width: 100%;
  height: 30px;
  padding-top: 20px;
  padding-left: 5px;
  font-size: 20px;
  text-align: center;
  color: white;
}

#divstyle h3 {
  font-weight: bold;
}

.select_bassine {
  background-color: #015d67;
  color: white;
  padding: 3px;
  border-radius: 10px;
  margin-top: 5px;
  font-size: smaller;
}
/**************************************************************/

/*----- entete -----*/
.entete {
  margin-left: 50px;
  margin-right: 50px;
  background-color: #405460;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-radius: 15px;
  padding: 30px;
  padding-bottom: 0px;
  border: 1px solid white;
  /*box-shadow: 10px 5px 5px white;*/
  color: white;
}

.champ {
  display: block;
  width: 100%;
  height: 30px;
  padding: 4px 12px;
  font-size: 17px;
  /*line-height: 1.42857143;*/
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.ligne_1 {
  padding-bottom: 15px;
}

.style_button {
  padding-top: 10px;
  margin-right: 10px;
  margin-left: 7.5px;
}

.form-control {
  height: 30px !important;
  padding: 0 5px !important;
}

.menu_deroulant_tdb {
  height: 30px !important;
  color: blue !important;
}

.site {
  padding: 0 0 50px 0;
}

/*----- Bloc liste 2colonnes -----*/
.block-list .block-list__item {
  min-height: 100px;
  margin-bottom: 1rem;
  /*background-color: #015d67;*/
  border-radius: 20px 20px 20px 20px;
  color: white;

  padding-top: 20px;
  /*border-right: 10px solid #015d67!important;*/
}

/*----- titre_module -----*/

.titre_module {
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 1.5em;
  padding: 15px 1px 10px 0;
  background-color: rgb(1, 93, 103);
  border: 1px solid white;
  border-radius: 15px 15px 15px 15px;
  margin-bottom: 25px;
  margin-right: 50px;
  margin-left: 50px;
}

.titre_module2 {
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 1.5em;
  padding: 15px 1px 10px 0;
  background-color: rgb(1, 93, 103);
  border: 1px solid white;
  border-radius: 15px 15px 15px 15px;
  margin-bottom: 25px;
  margin-right: 50px;
  margin-left: 50px;
  margin-top: 50px;
}

.label,
.entete_site {
  padding-bottom: 5px !important;
}

/* AVIS entete_form_site_inc.com*/
.table2 {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  color: #f8fff8;
  background-color: #015d67;
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
  border: solid 2px #fff;
  font-weight: bold;
  margin-top: 10px;
}

/*.table2 td {
padding-bottom: 20px;
}*/

@media only screen and (min-width: 900px) {
  .block-list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    background-color: #405460;
    margin: 1em auto;
    border-radius: 20px 20px 20px 20px;
    border: 1px solid white;
  }

  .block-list:after {
    content: "";
    -webkit-box-flex: 1;
    flex: auto;
  }

  .block-list__item {
    /*height: 10em;*/
    width: 25%;
    box-sizing: border-box;
    border-right: 10px;
  }

  .block-list-1 .block-list__item {
    width: 100%;
    margin-left: 25%;
    margin-right: 25%;
  }

  .block-list-2 .block-list__item {
    width: 50%;
  }

  .block-list-2 .block-list__item:nth-child(2n) {
    border: none;
  }

  *,
  *:after,
  *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /*
::-webkit-scrollbar {
	display: none;
}
*/
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Roboto", sans-serif;
  }

  p {
    font-family: "Roboto", sans-serif;
  }

  ::-moz-selection {
    color: #ffffff;
    background: #00aeda;
  }

  ::selection {
    color: #ffffff;
    background: #00aeda;
  }

  .container .nopadding {
    margin-top: 50px !important;
  }

  .custompadding {
    padding-left: 5px;
    padding-right: 5px;
  }

  .no-margin {
    margin-right: 0;
    margin-left: 0;
  }

  .underline {
    display: inline;
    border-bottom: 3px solid #111;
    padding-bottom: 0;
  }

  .after-line {
    height: 3px;
    width: 100px;
    background: #001cff;
    margin-top: -10px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }

  .sup-title {
    display: inline-block;
    font-size: 1em;
    padding: 4px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    background: #000000;
    margin: 0 0 20px 0;
  }

  #loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    opacity: 1;
    background-color: #f2f2f2;
    z-index: 9999;
    text-align: center;
  }

  #loading-image {
    display: inline;
    top: 40%;
    position: relative;
    z-index: 9999;
  }

  .logo {
    margin: 0 auto;
    padding: 0px 0px;
    z-index: 111;
  }

  .logo:hover,
  .logo:focus {
    text-decoration: none;
    color: #fff;
  }

  /* ------ Navbar Styling Starts ----- */

  .navbar-nav .navbar {
    float: right !important;
  }

  .navbar {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    padding-top: 5px;
    letter-spacing: 1px;
    height: 60px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    /*-webkit-backface-visibility: hidden;*/
  }

  .navbar-default {
    transition: all 0.6s ease;
    border-color: transparent;
    background-color: #015d67;
  }

  .navbar-default .navbar-toggle {
    border-radius: 0px;
    border-color: transparent;
  }

  .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }

  .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #66af25;
  }

  .navbar-default .navbar-brand .navbar-toggle .collapsed {
    padding: 4px 6px;
    font-size: 14px;
    color: #66af25;
  }

  .navbar-default .navbar-brand {
    padding-top: 1px;
    color: #66af25;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
  }

  .navbar-default .navbar-brand:hover {
    transition: 1s;
  }

  .navbar-default .navbar-nav > li > a {
    color: #e7e7e8;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5;
    transition: all 0.5s;
  }

  .navbar-default .navbar-nav > li > a:hover {
    color: #66af25;
  }

  .navbar-default .navbar-nav > .active > a {
    background: transparent;
    color: #66af25;
  }

  .navbar-default .navbar-nav > .active > a:hover {
    background: transparent;
    color: #66af25;
  }

  .navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
    color: #66af25;
  }

  .navbar-default .navbar-collapse {
    border-color: transparent;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-toggle {
    color: #66af25;
  }

  .navbar-default .nav-white > li > a {
    color: #ffffff;
  }

  .navbar-default .nav-white > li > a:hover {
    color: #66af25;
  }

  .navbar-default .navbar-brand.nav-white {
    padding-top: 15px;
    color: #ffffff;
    font-size: 21px;
    letter-spacing: 1px;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
  }

  /*---------- Media Queries ---------*/

  @media only screen and (max-width: 767px) {
    .navbar {
      padding-top: 5px;
      height: 60px;
    }

    .navbar-default {
      border: 0px;
      background-color: transparent;
    }

    .navbar-default .navbar-collapse {
      text-align: center;
      border-color: transparent;
      background-color: #ffffff;
    }

    .navbar-default .navbar-collapse {
      border: 0;
      border-color: transparent;
    }

    .navbar-default .navbar-nav > li > a {
      color: #66af25;
      margin-top: 10px;
    }

    .navbar-default .navbar-nav > li > a:hover {
      color: #66af25;
    }

    .navbar-default .navbar-brand {
      color: #ffffff;
      padding: 16px 15px !important;
    }

    .navbar-default .navbar-brand.nav-white {
      color: #ffffff;
    }

    .navbar-default .navbar-toggle .icon-bar {
      background-color: #66af25;
    }
  }

  @media only screen and (min-width: 240px) {
    .navbar.past-main {
      font-size: 14px;
      padding-top: 5px;
      height: 60px;
      background-color: rgba(1, 93, 103, 1);
      -webkit-transition: all 0.6s;
      -moz-transition: all 0.6s;
      -o-transition: all 0.6s;
      transition: all 0.6s;
    }

    .navbar-default.past-main .navbar-brand {
      color: #66af25;
    }

    .navbar-default.past-main .navbar-toggle .icon-bar {
      background-color: #66af25;
    }

    .navbar-default.past-main .navbar-nav > li > a {
      color: #fff;
      -webkit-transition: color 0.5s;
      transition: color 0.5s;
    }

    .navbar-default.past-main .navbar-nav > li > a:hover {
      color: #66af25;
    }

    .navbar-default.past-main .navbar-nav > .active > a {
      background: transparent;
      color: #5924ec;
    }

    .navbar-default.past-main .navbar-nav > .active > a:hover {
      background: transparent;
      color: #66af25;
    }

    .navbar-default.past-main .navbar-nav > .active > a:focus {
      background: transparent;
      color: #66af25;
    }
  }

  .navbar-default .nav-white .navbar-toggle .icon-bar {
    background-color: #ffffff;
  }

  .navbar-default.past-main .nav-white .navbar-toggle .icon-bar {
    background-color: #66af25;
  }

  /* ------------------------------------------------------
-------------- Main Section Styling Starts --------------
--------------------------------------------------------*/

  #main {
    height: 100%;
  }

  /* ----- Hero Section Styling Starts ----- */

  .hero-section {
    height: 100%;
    background: #ffffff;
    padding: 150px 0 0 0;
  }

  .hero-content {
    padding: 2px 0 2px 0 !important;
    overflow: hidden;
  }

  .hero-content h1 {
    font-size: 34px;
    font-weight: 400;
    color: #262626;
    line-height: 1.2;
    letter-spacing: -1px;
    margin: 0 0 20px 0;
  }

  .hero-content p {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #a1a1a1;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 25px 0;
  }

  .btn-action {
    font-family: "Roboto", sans-serif;
    background-color: #00aeda;
    border: 1px solid #00aeda;
    border-radius: 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    padding: 20px 42px;
    text-transform: uppercase;
    outline: none;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
  }

  .btn-action:hover,
  .btn-action:focus,
  .btn-action:active,
  .btn-action:active:focus {
    background: transparent;
    outline: none;
    color: #015d67;
    background: transparent;
    border-color: #00aeda;
  }

  .product .btn-action {
    background-color: transparent;
    border: 1px solid #82714a;
    color: #82714a;
  }

  .product .btn-action:hover,
  .product .btn-action:focus {
    background: #92714a;
    color: #ffffff;
    border-color: #82714a;
  }

  /* ----------- App Home ---------*/

  .software .hero-section {
    padding: 100px 0 0 0;
    background: #f9f9f9;
  }

  .software .hero-content h1 {
    font-size: 34px;
    font-weight: 600;
    color: #444444;
    margin: 0 0 20px 0;
  }

  .software .btn-action {
    font-family: Arial;
    background-color: #3f51b5;
    border: 1px solid #3f51b5;
    border-radius: 50px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1;
    padding: 12px 24px;
    text-transform: uppercase;
    outline: none;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
  }

  .software .btn-action:hover,
  .software .btn-action:focus,
  .software .btn-action:active,
  .software .btn-action:active:focus {
    background: transparent;
    outline: none;
    color: #3f51b5;
    background: transparent;
    border-color: #3f51b5;
  }

  .software .hero-section img {
    margin: 0 auto;
  }

  /*---------------- Form Home Styling ------------------- */

  .form .hero-section {
    background-color: #405460;
    /*background:url(../images/fond_ecran_index.jpg);*/
    background-size: cover;
    padding: 150px 0 0 0;
  }

  .form .hero-content {
    padding: 50px 0 50px 0;
    overflow: hidden;
  }

  .form img {
    margin: 0 auto;
  }

  .form .hero-content h1 {
    font-size: 34px;
    font-weight: 900;
    color: #fff;
    line-height: 1.2;
    letter-spacing: -1px;
    margin: 0 0 20px 0;
  }

  .form .hero-content p {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    line-height: 1;
    margin: 0 auto 30px 20px;
    padding-right: 20px;
  }

  .form .sub-form {
    padding: 30px 0 0 0;
    text-align: left;
  }

  .form .subscribe-form .submit-button {
    font-size: 0.9em;
    height: 40px;
    border: 2px solid;
    border-radius: 0 5px 5px 0;
    margin: 0;
    padding: 0 25px 0 25px;
    border-color: #222225;
    background-color: #66af25;
    color: #ffffff;
    box-shadow: 0 0 1px transparent;
    outline: none;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms;
  }

  .form .subscribe-form .submit-button:hover {
    border-color: #000000;
    background-color: #66af25;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms;
  }

  .form .btn-action {
    background: #00aeda;
    border-color: #00aeda;
    color: #ffffff;
  }

  .form .btn-action:hover {
    background: transparent;
    border-color: #00aeda;
    color: #00aeda;
  }

  /*-----------------------------------------------------
-------------- Image Bg Styling Starts ----------------
------------------------------------------------------*/

  .image-bg .hero-section {
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.2)
      ),
      url(../images/image-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 150px 0 100px 0;
  }

  .image-bg .hero-content h1 {
    font-weight: 600;
    color: #ffffff;
  }

  .image-bg .hero-content p {
    color: #ffffff;
  }

  /* ------------ Signup Hero Section ------------ */

  .signup .hero-section {
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.9),
        rgba(0, 0, 0, 0.7)
      ),
      url(../images/app_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 150px 0 100px 0;
  }

  .signup .hero-content {
    padding: 50px 0 100px 0;
  }

  .signup .hero-content h1 {
    font-size: 34px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: 0;
  }

  .signup .hero-content p {
    color: #ffffff;
  }

  .signup-form {
    padding: 25px 25px 30px 25px;
    background: #00aeda;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: left;
  }

  .signup-form h1 {
    font-weight: 600;
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 1.4;
    text-transform: capitalize;
    text-align: center;
    margin: 20px 0 30px 0;
  }

  .signup-form form textarea {
    height: 100px;
  }

  .signup-form form .input-error {
    border-color: #19b9e7;
  }

  .signup-form p {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    color: #dddddd;
    margin: 25px 0 10px 0;
  }

  .form-group {
    margin-bottom: 20px;
    padding: 5px 10px 5px 10px !important;
  }

  .signup .btn-action.btn-round {
    background: #00aeda;
    border-color: #00aeda;
    color: #ffffff;
    font-size: 15px;
    padding: 12px 24px;
    font-weight: 600;
    text-transform: capitalize;
    border: 2px solid #00aeda;
    border-radius: 30px;
  }

  .signup .btn-action.btn-round:hover,
  .signup .btn-action.btn-round:focus {
    background: transparent;
    color: #00aeda;
    border-color: #00aeda;
  }

  .signup .btn-action {
    background: #00aeda;
    border-color: #00aeda;
    color: #ffffff;
  }

  .signup .btn-action:hover {
    background: transparent;
    border-color: #00aeda;
    color: #00aeda;
  }

  input[type="text"],
  textarea,
  textarea.form-control {
    height: 45px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #f8f8f8;
    border: 1px solid #dddddd;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #888888;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }

  input[type="password"],
  textarea,
  textarea.form-control {
    height: 45px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #f8f8f8;
    border: 1px solid #dddddd;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #888888;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }

  textarea,
  textarea.form-control {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
  }

  input[type="text"]:focus,
  textarea:focus,
  textarea.form-control:focus {
    outline: 0;
    background: #ffffff;
    border: 1px solid #111;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  input[type="text"]:-moz-placeholder,
  textarea:-moz-placeholder,
  textarea.form-control:-moz-placeholder {
    color: #888;
  }
  input[type="text"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  textarea.form-control:-ms-input-placeholder {
    color: #888;
  }
  input[type="text"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  textarea.form-control::-webkit-input-placeholder {
    color: #888;
  }

  .signup-form button.btn {
    height: 45px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #111111;
    border: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    color: #ffffff;
    text-transform: uppercase;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }

  .signup-form button.btn:hover {
    opacity: 0.6;
    color: #ffffff;
  }

  .signup-form button.btn:active {
    outline: 0;
    opacity: 0.6;
    color: #ffffff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .signup-form button.btn:focus {
    outline: 0;
    opacity: 0.6;
    background: #19b9e7;
    color: #fff;
  }

  .signup-form button.btn:active:focus,
  button.btn.active:focus {
    outline: 0;
    opacity: 0.6;
    background: #19b9e7;
    color: #fff;
  }

  @media only screen and (max-width: 991px) {
    .signup-form {
      max-width: 500px;
      margin: 0 auto;
    }
  }

  /*-------------------------------------------------------
---------------- Slider Section Styling -----------------
--------------------------------------------------------*/

  .slider-pro .sp-slide {
    background: #222222;
  }

  .slider-pro h2.sp-layer {
    font-size: 44px !important;
    color: #111111;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1.3;
    text-align: left;
  }

  .slider-pro p.sp-layer {
    font-size: 16px;
    color: #a1a1a1;
    line-height: 1.4;
  }

  .slider-pro a {
    text-decoration: none;
    color: #444444;
    -webkit-transition: 0.5s !important;
    -moz-transition: 0.5s !important;
    transition: 0.5s !important;
  }

  .slider-pro .link-color {
    text-decoration: none;
    color: #111;
    -webkit-transition: 0.5s !important;
    -moz-transition: 0.5s !important;
    transition: 0.5s !important;
  }

  .slider-pro a:hover {
    color: #999999;
  }

  @media only screen and (max-width: 768px) {
    .slider-pro h2.sp-layer {
      font-size: 34px !important;
    }
  }

  /* -----------------------------------------------------
--------------- App Home Styling starts ----------------
--------------------------------------------------------*/

  .app .hero-section {
    padding: 50px 0 0 0 !important;
  }

  .app .hero-content {
    padding: 1px 0 1px 0 !important;
  }

  .app img {
    margin: 0 auto;
  }

  .app-info h1 {
    font-size: 34px;
    font-weight: 600;
    color: #404040;
    margin-top: 30px !important;
  }

  .app-info h4 {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #3c4b5d;
    line-height: 1.4;
    margin-top: 20px;
  }

  .app-info i {
    margin-top: 15px;
    display: inline-block;
  }

  .app-info span {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #222222;
  }

  .app-info .ion {
    font-size: 1em;
    color: #ff8000;
  }

  .download-buttons {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .download-buttons img {
    margin-left: 5px;
    margin-right: 5px;
  }

  .app .btn-action {
    color: #ffffff;
    background: #015d67;
    border-color: #00aeda;
    border-radius: 30px;
    margin-top: 20px;
  }

  .app .btn-action:hover {
    color: #ffff;
    background: #015d67;
    border-color: #66af25;
  }

  /*----------------------------------------------------
-------------- Split Home Coming Soon ----------------
-----------------------------------------------------*/

  .cs-main .left-section {
    background-color: #f2f2f2;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
  }

  .cs-main .right-section {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 20px 0 20px;
    width: 50%;
    height: 100%;
    background: #ffffff;
    z-index: 99;
    overflow: hidden;
    overflow-y: auto;
  }

  .cs-main .hero-section {
    padding: 120px 0 0 0;
    background: #ffffff !important;
  }

  .cs-main .hero-content {
    padding: 50px 0 0 0;
  }

  .cs-main .app-info h1 {
    font-weight: 600;
    font-size: 42px;
  }

  .cs-main .left-section {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
      url(../images/split-bg.jpg) no-repeat center center;
    background-size: cover;
  }

  @media only screen and (max-width: 801px) {
    .cs-main .right-section {
      position: relative;
      width: 100%;
    }

    .cs-main .hero-section {
      padding: 50px 0 0 0;
    }

    .cs-main .left-section {
      position: relative;
      width: 100%;
      min-height: 100vh;
    }
  }

  /*-------------------------------------------------
----------- About Section Styling Starts ----------
--------------------------------------------------*/

  .about {
    padding: 100px 0 100px 0;
    background: #f1f1f1;
  }

  .about-content {
    max-width: 800px;
    margin: 0 auto;
  }

  .about-content h2 {
    font-family: "Josefin Sans";
    font-size: 24px;
    line-height: 1.2;
    color: #111111;
  }

  .about-content h3 {
    font-family: "Josefin Sans";
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #111111;
    margin: 50px 0 0 0;
  }

  /* ----- Client Sectiion Styling ----- */

  .client-section {
    background-color: #00aeda;
    padding: 5px 0 0 0;
  }

  .clients .single {
    padding: 25px 0 25px 0;
  }

  .clients .single img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.6;
  }

  /*----------------------------------------------------
----------- Pitch Section Styling Starts ----------
-----------------------------------------------------*/

  .pitch {
    padding: 30px 0 0 0;
  }

  .pitch-intro {
    max-width: 650px;
    margin: 0 auto;
    padding: 0 0 30px 0;
  }

  .sous_titre {
    color: white;
    padding-bottom: 20px;
    font-style: bold;
  }

  .pitch-intro h1 {
    font-size: 37px;
    font-weight: 900;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 30px 0;
  }

  .pitch-intro p {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #a1a1a1;
    letter-spacing: 0;
  }

  .pitch-icon {
    margin: 0 0 10px 0;
    background: #00aeda;
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 50%;
  }

  .pitch-icon i {
    font-size: 34px;
    color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    top: 13px;
  }

  .pitch-content {
    padding: 10px 0 50px 0;
  }

  .pitch-content h1 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    color: #fff;
    margin: 0 0 10px 0;
    text-transform: uppercase;
  }

  .pitch-content p {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #a1a1a1;
    letter-spacing: 0;
  }

  /*----------------------------------------------------
----------- Features Icon Styling Starts -------------
-----------------------------------------------------*/

  .icon-features {
    padding: 100px 0 0 0;
  }

  .icon-features-intro {
    padding: 0 0 50px 0;
  }

  .icon-features-intro h1 {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: -1px;
    margin: 0 0 10px 0;
    text-align: center;
  }

  .icon-features-intro p {
    font-size: 16px;
    color: #a1a1a1;
    text-align: center;
    margin: 0 0 30px 0;
  }

  .f-single {
    position: relative;
    padding: 10px 0 80px 0;
  }

  .f-icon i {
    font-size: 54px;
    font-weight: bold;
    position: absolute;
    left: 0;
  }

  .f-content {
    padding-left: 80px;
  }

  .f-content h2 {
    font-size: 21px;
    font-weight: 400;
    margin: 0 0 10px 0;
  }

  .f-content p {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #4d4d4d;
    line-height: 1.5;
    text-align: left;
  }

  /*----------------------------------------------------
----------- Features Section Styling Starts ----------
-----------------------------------------------------*/

  .features {
    padding: 25px 0 25px 0;
  }

  .features-inner {
    width: 100%;
  }

  .features .features-list {
    padding: 20px 0 0 0;
    text-align: center;
  }

  .features .features-list h1 {
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
    color: #222222;
    margin: 0 0 30px 0;
  }

  .features .features-list ul {
    list-style-type: circle;
    padding-left: 20px;
    text-align: center;
  }

  .features .features-list ul li {
    display: block;
    margin: 0 0 15px 0;
    font-family: "Josefin Sans";
    font-size: 16px;
    line-height: 1.2;
    color: #a1a1a1;
  }

  /* ----- App Features List ----- */

  .software .features {
    padding: 100px 0 100px 0;
  }

  .software .features .features-list h1 {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 1.2;
    color: #222222;
    margin: 20px 0 20px 0;
  }

  .software .features-list p {
    margin: 0 0 25px 0;
    font-family: "Josefin Sans";
    font-size: 18px;
    line-height: 1.2;
    color: #a1a1a1;
  }

  .software .features .features-list ul {
    list-style-type: disc;
    padding-left: 20px;
  }

  .software .features .features-list ul li {
    font-family: "Roboto", sans-serif;
    display: block;
    font-size: 13px;
    margin: 0 0 15px 0;
    color: #a1a1a1;
  }

  /* --------------- Feature Sub ------------ */

  .feature-sub .sub-inner h1 {
    font-size: 27px;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
    margin: 0 0 30px 0;
  }

  .feature-sub .sub-inner .btn-action {
    color: #ffffff;
    background: #00aeda;
    border-color: #00aeda;
  }

  .feature-sub .sub-inner .btn-action:hover {
    color: #00aeda;
    background: transparent;
    border-color: #00aeda;
  }

  .feature-sub {
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.6)
      ),
      url(../images/image-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 150px 0 150px 0;
  }

  .sub-inner {
    padding: 0 10% 0 10%;
    text-align: center;
    float: left;
  }

  /* --------- App Features Sub ------- */

  .software .feature-sub {
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.1),
        rgba(0, 0, 0, 0.99)
      ),
      url(../images/app_bg1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 150px 0 150px 0;
  }

  .software .feature-sub .sub-inner h1 {
    font-family: "Josefin Sans";
    font-size: 34px;
    font-weight: 300;
    line-height: 1.1;
    color: #fff;
    margin: 0 0 30px 0;
  }

  /*  --------------------------------------------------
------------- Reviews Section Styling ----------------
-----------------------------------------------------*/

  .app-features {
    background: #405460;
    padding: 100px 0 100px 0;
  }

  .app-features h1 {
    font-size: 37px;
    font-weight: 900;
    margin: 0 0 10px 0;
    text-transform: uppercase;
  }

  .app-features p {
    font-size: 16px;
    font-weight: 400;
    color: #a1a1a1;
    line-height: 1.4;
    margin: 10px 0 50px 0;
  }

  .app-features img {
    margin: 0 auto;
  }

  .app-features .features-left,
  .app-features .features-right {
    padding: 50px 0 0 0;
  }

  .app-features .icon {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .app-features .icon i {
    font-size: 60px;
    color: #00aeda;
  }

  .app-features .feature-single {
    margin-left: 0;
    margin-bottom: 50px;
  }

  .app-features .feature-single h1 {
    font-size: 15px;
    font-weight: 600;
    color: #222222;
    margin: 0 0 10px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .app-features .feature-single p {
    font-size: 17px;
    color: #a1a1a1;
    line-height: 1.4;
    letter-spacing: 1px;
    margin: 10px 0 0 0;
  }

  /*-------------------------------------------------------
------------- Split Features Section Styling ------------
--------------------------------------------------------*/

  .split-features {
    background: #f9f9f9;
    padding: 50px 0 50px 0;
    overflow: hidden;
  }

  .signup .split-features {
    background: #f2f2f2;
  }

  .split-image img {
    margin: 0 auto;
  }

  .split-content {
    padding: 20px;
    text-align: center;
  }

  .split-content h1 {
    font-size: 37px;
    font-weight: 900;
    letter-spacing: -1px;
    margin: 0 0 20px 0;
  }

  .split-content p {
    font-size: 16px;
    line-height: 1.4;
    color: #a1a1a1;
    letter-spacing: 0;
  }

  .split-content ul {
    list-style-type: disc;
    display: inline-block;
    margin: 30px 0 0 0;
  }

  .split-content ul li {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 15px;
    margin-left: 15px;
    color: #a1a1a1;
  }

  .split-features2 {
    background: #ffffff;
    padding: 50px 0 50px 0;
    overflow: hidden;
  }

  /*  --------------------------------------------------
------------- Reviews Section Styling ----------------
-----------------------------------------------------*/

  .review-section {
    padding: 150px 0 150px 0;
    text-align: center;
    background: #00aeda;
  }

  .reviews {
    width: 100%;
  }

  .review-single img {
    width: 80px;
    height: 80px;
  }

  .review-text h3 {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #222225;
    text-transform: uppercase;
  }

  .review-text .ion {
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
    color: #ff8000;
  }

  .review-text p {
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 400;
    padding: 20px 10px 20px 10px;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #fff;
  }

  /*  --------------------------------------------------
------------- Pricing Section Styling ----------------
-----------------------------------------------------*/

  .pricing {
    padding: 50px 0 100px 0;
  }

  .pricing-content {
    padding: 60px 0 0 0;
    text-align: center;
  }

  .pricing h1 {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 1.2;
  }

  .pricing h4 {
    font-size: 14px;
    font-weight: 400;
    color: #a1a1a1;
    margin: 10px 0 30px 0;
  }

  .pricing p {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    line-height: 1.4;
  }

  .pricing .btn-buy {
    padding: 40px 0 20px 0;
  }

  .pricing .btn-buy img {
    display: inline;
  }

  .pricing .price-tag h2 {
    font-family: "Josefin Sans";
    font-size: 24px;
    font-weight: 400;
    color: #a1a1a1;
    margin: 0 0 20px 0;
  }

  /* ----- Pricing Tables Styling Starts ----- */

  .pricing-section {
    width: 100%;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background: #2e2e30;
  }

  .pricing-intro {
    padding-bottom: 30px;
  }

  .pricing-intro h1 {
    font-size: 37px;
    color: #fff;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
  }

  .pricing-intro p {
    font-size: 15px;
    color: #a1a1a1;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 50px;
  }

  .pricing-section .table-left,
  .pricing-section .table-right {
    padding: 20px 20px 50px 20px;
    margin: 0 auto;
    margin-bottom: 30px;
    background-color: #222225;
    box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.1);
    border: transparent;
    width: 100%;
  }

  .pricing-details {
    padding: 50px 50px 40px 50px;
  }

  .table-left .icon,
  .table-right .icon {
    font-size: 60px;
    margin: 0 auto;
    color: #00aeda;
  }

  .table-left .pricing-details span,
  .table-right .pricing-details span {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
  }

  .table-left .pricing-details h2,
  .table-right .pricing-details h2 {
    font-size: 18px;
    font-weight: 600;
    color: #7d7d7f;
    margin-bottom: 30px;
  }

  .table-left .pricing-details p,
  .table-right .pricing-details p {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #505050;
    letter-spacing: 1px;
    line-height: 1.4;
  }

  .table-left .pricing-details ul,
  .table-right .pricing-details ul {
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .table-left .pricing-details li,
  .table-right .pricing-details li {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #7d7d7f;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .pricing-section .table-left:hover,
  .pricing-section .table-right:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .pricing-section .table-left,
  .pricing-section .table-right {
    margin-top: 20px;
  }

  .pricing-section .table-center {
    margin-top: 0;
  }

  /* ----- Pricing Section Styling Ends ----- */

  /* ----- Counter Section Styling Starts -----*/

  .counter-section {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f1f1f1;
  }

  .counter-section h3 {
    font-size: 28px;
    font-weight: 400;
    color: #222222;
  }

  .counter-icon {
    padding: 15px;
  }

  .counter-icon i {
    font-size: 48px;
    color: #00aeda;
  }

  .counter-text {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .counter-text h4 {
    font-size: 16px;
    font-weight: 400;
    padding: 0.5em;
    color: #222222;
  }

  /* -------- Counter Section Styling Ends --------- */

  /* ----- CTA Section Styling Starts ----- */

  .cta-sub {
    padding-top: 150px;
    padding-bottom: 150px;
    background: linear-gradient(
        to right,
        rgba(0, 174, 218, 0.5),
        rgba(0, 174, 218, 0.9)
      ),
      url(../images/cta_bg.jpg) no-repeat center center;
    background-size: cover;
  }

  .cta-inner {
    text-align: center;
    float: none;
  }

  .cta-sub .cta-inner h1 {
    font-size: 36px;
    color: #ffffff;
    font-weight: 900;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .cta-sub .cta-inner p {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .subscribe-form {
    text-align: left;
  }
  .center-form {
    text-align: center;
  }

  .subscribe-form .mail {
    background-color: #f9f9f9;
    border: none;
    border-radius: 5px 0 0 5px;
    outline: none;
    height: 40px;
    padding: 0 130px 0 20px;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all 0.3s;
  }

  .subscribe-form input {
    color: #222222;
    font-family: "Roboto", sans-serif;
    padding: 0;
    font-size: 0.9em;
  }

  .subscribe-form .submit-button {
    font-size: 0.9em;
    height: 40px;
    border: 2px solid;
    border-radius: 0 5px 5px 0;
    margin: 0;
    padding: 0 25px 0 25px;
    border-color: #ffffff;
    background-color: #927f54;
    color: #ffffff;
    box-shadow: 0 0 1px transparent;
    outline: none;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms;
  }

  .subscribe-form .submit-button:hover {
    border-color: #927f54;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms;
  }

  .product .subscribe-form .submit-button {
    border-color: #ffffff;
    background-color: #927f54;
  }

  .product .subscribe-form .submit-button:hover {
    border-color: #927f54;
  }

  .error_message {
    color: #fc6e51;
    font-family: "Roboto", sans-serif;
    padding-bottom: 15px;
    font-size: 13px;
    line-height: 30px;
  }
  #success_page {
    color: #9ce726;
    font-family: "Roboto", sans-serif;
    padding-bottom: 10px;
    font-size: 12px;
  }
  #success_page h3 {
    font-size: 17px;
    font-weight: 400px;
    color: #4ab217;
  }
  #success_page p {
    font-size: 12px;
    font-weight: 400px;
    color: #b3b3b3;
  }

  /* ----- CTA Section Styling Ends ----- */

  /* ------- Footer Section Styling Starts ------- */

  .footer {
    font-family: "Open Sans";
    background-color: #222225;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 75px;
    padding-bottom: 20px;
  }

  .contact {
    text-align: left;
  }

  .contact i {
    font-size: 42px;
    color: #00aeda;
    text-align: left;
  }

  .contact h1 {
    font-size: 21px;
    font-weight: 400;
    color: #fff;
    margin: 10px 0 10px 0;
    text-align: left;
  }

  .contact p {
    font-size: 14px !important;
    font-weight: 400;
    color: #111111;
    line-height: 1.3;
    margin: 10px 0 20px 0 !important;
    text-align: left;
  }

  .contact a {
    font-size: 18px;
    font-weight: 400;
    color: #00aeda;
    text-decoration: none;
    display: inline-block;
  }

  .footer img {
    margin-bottom: 20px;
  }

  .footer-menu ul {
    list-style-type: none;
    margin: 10px 0;
  }

  .footer-menu li {
    display: block;
    line-height: 2;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    padding-right: 15px;
    text-transform: capitalize;
    color: #a1a1a1;
  }

  .footer-menu li a {
    color: #00aeda;
    text-decoration: none;
  }

  .footer p {
    font-size: 13px;
    font-weight: 400;
    color: #a1a1a1;
    line-height: 1.3;
    margin: 10px 0 30px 0;
  }

  .footer-text p {
    font-family: "Open Sans";
    font-size: 12px;
    color: #00aeda;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 10px;
  }

  .product .footer .contact h1,
  .product .contact i,
  .product .footer .contact a,
  .product .footer-text p {
    color: #927f54;
    font-family: "Open Sans";
  }

  /* -------------------------------------------------------
----------- Bact-to-Top Styling Starts Here --------------
---------------------------------------------------------*/

  .back-to-top {
    background: rgba(0, 174, 218, 0.5);
    margin: 0;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    z-index: 90;
    display: none;
    text-decoration: none;
    color: #0e1729;
  }

  .back-to-top i {
    position: relative;
    left: 13px;
    top: 8px;
    font-size: 24px;
    color: #ffffff;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
  }

  .back-to-top:hover {
    background: rgba(0, 174, 218, 0.9);
    color: #ffffff;
  }

  .back-to-top:hover i {
    top: 6px;
  }

  .back-to-top:focus {
    color: #ffffff;
  }

  .product .back-to-top {
    background: rgba(146, 127, 84, 0.5);
  }

  .product .back-to-top:hover {
    background: rgba(146, 127, 84, 0.9);
  }

  /*----------------------------------------------------
------------- All ------------------------------------
--------------------- Media --------------------------
------------------------------- Queries --------------
-----------------------------------------------------*/

  @media only screen and (min-width: 767px) {
    .logo {
      position: absolute;
      top: 20px;
      left: 20px;
    }

    .hero-section {
      padding: 150px 0 100px 0;
    }

    .form .hero-section {
      padding: 15% 0;
    }

    .form .hero-content {
      padding: 100px 0 100px 0;
      overflow: hidden;
    }

    .form .hero-content h1 {
      font-size: 54px;
    }

    .product .hero-content {
      padding: 150px 0 100px 0;
      text-align: left;
    }

    .hero-content h1 {
      font-size: 48px;
      margin: 0 0 20px 0;
    }

    .hero-content p {
      font-size: 14px;
    }

    .about-content h2 {
      font-size: 38px;
    }

    .software .hero-content h1 {
      font-size: 42px;
    }

    .image-bg .hero-content h1 {
      font-size: 54px;
    }

    .signup .hero-content h1 {
      font-size: 48px;
    }

    .features .features-list {
      padding: 100px 0 0 0;
      text-align: left;
    }

    .features .features-list ul li {
      font-size: 18px;
      display: list-item;
      text-align: left;
    }

    .software .features {
      padding: 100px 0 100px 0;
    }

    .software .features .features-list h1 {
      font-size: 34px;
    }

    .software .features .features-list {
      padding: 30px 0 0 0;
    }

    .software .features .features-list ul li {
      display: list-item;
      font-size: 14px;
      text-align: left;
    }

    .feature-sub {
      padding: 200px 0 200px 0;
    }

    .software .feature-sub .sub-inner h1 {
      font-size: 42px;
    }

    .split-content {
      padding: 70px 350px 50px 10px;
      text-align: left;
    }

    .second {
      padding: 70px 10px 50px 350px;
    }
    .split-content h1 {
      font-size: 37px;
    }
    .second {
      padding: 70px 10px 50px 350px;
    }

    .pricing {
      padding: 100px 0 100px 0;
    }

    .pricing-content {
      text-align: left;
    }

    .cta-sub .cta-inner h1 {
      font-size: 36px;
    }

    .contact h1 {
      font-size: 19px;
    }

    .contact p {
      font-size: 13px !important;
    }

    .contact a {
      font-family: "Open Sans";
      font-size: 14px;
    }
  }

  @media only screen and (min-width: 767px) and (max-width: 1024px) {
    .features .features-list {
      padding: 80px 0 0 0;
    }

    .split-content {
      padding: 100px 100px 50px 50px;
      text-align: left;
    }
  }

  @media screen and (min-width: 400px) and (max-width: 600px) {
    .subscribe-form .mail {
      padding: 0 30px 0 20px;
      border-radius: 5px 0 0 5px;
    }

    .subscribe-form .submit-button {
      padding: 0 5px 0 5px;
      border-radius: 0 5px 5px 0;
    }
  }

  @media screen and (max-width: 399px) {
    .cta-sub {
      text-align: center;
    }

    .subscribe-form {
      text-align: center;
    }

    .subscribe-form .mail {
      text-align: center;
      padding: 0 0 0 0;
      border-radius: 5px 0 0 5px;
    }

    .subscribe-form .submit-button {
      padding: 0 5px 0 5px;
      border-radius: 0 5px 5px 0;
      margin-top: 15px;
    }

    .form .sub-form .subscribe-form {
      text-align: left;
    }

    .form .sub-form .subscribe-form .mail {
      text-align: center;
      padding: 0 0 0 0;
      border-radius: 5px 0 0 5px;
    }

    .form .sub-form .subscribe-form .submit-button {
      padding: 0 5px 0 5px;
      border-radius: 0 5px 5px 0;
      margin-top: 15px;
    }

    .back-to-top {
      right: 10px;
    }
    .second {
      padding: 0px;
    }
  }

  @media only screen and (min-width: 991px) and (max-width: 1201px) {
    .app-features .features-left,
    .app-features .features-right {
      padding: 0 0 0 0;
    }

    .software .features .features-list {
      padding: 0 0 0 0;
    }
  }
}
/*---------------------------------------------------
------- Media Queries for Split Layout Ends ---------
---------------------------------------------------*/

/*  --------------------------------------------------
------------- Messages Notifications ----------------
-----------------------------------------------------*/

#message {
  position: absolute !important;
  width: 100% !important;
  height: 15% !important;
  top: 0 !important;
  left: 0 !important;
  color: rgb(255, 0, 0) !important;
  z-index: 100 !important;
  background-color: rgba(252, 252, 252, 0.918);
}

#message span {
  position: absolute !important;
  top: 70% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  font-size: 30px !important;
}

#message a {
  position: absolute !important;
  top: 1% !important;
  right: 1% !important;
}

.bootstrap-table table {
  overflow-y: collapse;
  height: auto;
}
.fixed-table-toolbar {
  overflow-y: visible;
  height: auto;
}
.table {
  overflow-y: collapse;
  height: 100px;
}
/* Just common table stuff. */
table {
  border-collapse: collapse;
  width: 100%;
}
th,
td {
  padding: 8px 16px;
}
th {
  background: rgb(1, 93, 103);
  color: white;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6 !important;
}

.champ_com_fm {
  width: 300px;
}

/* AJOUT MIKAEL */

.toast-body {
  font-size: 17px;
}

.text-bg-info {
  color: #fff !important;
  background-color: rgb(38, 174, 14) !important;
}

.alertIncoherenceBorder {
  border: 1px solid #ff000087;
  box-shadow: 0px 1px 1px #ff00004a;
}

/* Style Bloquants Formulaires */
#BLOQUANT {
  color: red;
  font-weight: bold;
  background-color: yellow;
}

/* -------------------Switch button Form HSE------------------- */
.bloquer-form-section {
  margin: 2.5%;
  color: white;
  font-weight: 600;
  font-size: 1.2em;
  display: none;
}

.switch-section {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  transition: all 0.3s ease-in-out;
}
.switch-button-form {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 75px;
  height: 34.5px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  margin: 1%;
}
.switch-button-form:focus {
  outline: none;
}

.false-switch-button {
  display: flex;
  justify-content: start;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.true-switch-button {
  display: flex;
  justify-content: end;
  align-items: center;
  background-color: #adadad;
  transition: all 0.3s ease-in-out;
}

.false-switch-button-input {
  width: 25px;
  height: 25px;
  border-radius: 50px;
  background-color: #bababa;
  border: 2px transparent solid;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: all 0.3s ease-in-out;
}

.true-switch-button-input {
  width: 25px;
  height: 25px;
  border-radius: 50px;
  background-color: #015d67;
  border: 2px transparent solid;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: all 0.3s ease-in-out;
}
