/* Constante formulaire */
.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}
.no-padding-left {
  padding-left: 0px;
}
.no-padding-right {
  padding-right: 0px;
}
.no-padding-right-xs {
  padding-right: 0px;
}
.no-padding-left-xs {
  padding-left: 0px;
}
html {
  font-size: 16px;
}
.darkenColor {
  background: #2d2d2d;
}
.greyColor {
  background: #eeeeee;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
}
.title {
  height: 70px;
  background: #269bb6;
}
.title h1 {
  color: #FFF;
  line-height: 70px;
  margin: 0;
}
p {
  font-size: 1rem;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
a {
  color: #39b8d6;
}
a:hover {
  color: #63c7df;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  text-decoration: none;
}
.color1 {
  fill: #FFF;
}
.miseAvant {
  display: inline-block;
  background: #39b8d6;
  color: #FFF;
  padding: 30px;
  margin: 1rem 0;
}
.miseAvant p {
  font-size: 1.56rem;
  line-height: 2.31rem;
  font-family: 'Lato', sans-serif;
  font-style: italic;
}
[class^="icon-"] {
  fill: #FFF;
  width: 20px;
}
.flex {
  flex-direction: column;
}
form {
  margin: 2rem 0 1rem;
}
form label {
  display: inline-block;
  height: 30px;
  width: 100%;
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 30px;
}
form .form-control {
  box-sizing: border-box;
  height: 40px;
  padding: 10px;
  margin: 0;
  border-radius: 0;
  font-size: 1rem;
}
form .text-danger {
  background: #EF9A9A;
  width: 100%;
  padding: 0 10px;
  line-height: 30px;
  color: #cf2121;
  font-weight: 500;
}
form .text-danger ul {
  padding: 0;
}
form .text-danger ul li {
  list-style: none;
}
form textarea {
  min-height: 200px;
}
form .captcha {
  visibility: hidden;
  height: 1px;
  width: 100px;
  font-size: 0.5rem;
  padding: 0.5rem;
}
form .btn {
  display: block;
  border-radius: 0px;
  height: 50px;
  width: 150px;
  margin: 0 auto;
  text-transform: uppercase;
}
.loi-informatique {
  display: inline-block;
  box-sizing: border-box;
  padding: 1rem 0;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  font-weight: 100;
  font-size: 0.7rem;
  line-height: 1.1rem;
  color: #7a7a7a;
  text-align: justify;
}
.sitemap ul {
  list-style-type: none;
  padding: 0;
}
.sitemap ul li {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  margin-bottom: 5px;
  width: 100%;
}
header {
  background: #2d2d2d;
  color: #FFF;
  min-height: 75px;
}
header .navbar {
  background: none;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}
header .navbar .logo {
  display: inline-block;
  width: 100%;
  height: 50px;
  margin: 0;
  color: #FFF;
}
header .navbar .logo span {
  display: inline-block;
  width: 100%;
  height: 25px;
  line-height: 25px;
}
header .navbar .logo .nom {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}
header .navbar .logo .slogan {
  font-family: 'Lato', sans-serif;
}
header .navbar .navbar-nav a {
  height: 50px;
  padding: 15px 30px;
  font-weight: 400;
  color: #FFF;
  text-transform: uppercase;
}
header .navbar .navbar-nav a:hover {
  color: #212121;
  background: none;
}
header .navbar .navbar-nav .active > a,
header .navbar .navbar-nav .active > a:focus,
header .navbar .navbar-nav .active > a:hover {
  color: #212121;
  background: none;
}
header .navbar .navbar-nav .dropdown-menu {
  color: #FFF;
  background: #2d2d2d;
}
header .navbar .navbar-nav .dropdown-menu li a {
  color: #FFF !important;
  line-height: 50px;
}
header .navbar .navbar-nav .open > a,
header .navbar .navbar-nav .open > a:focus,
header .navbar .navbar-nav .open > a:hover {
  color: #FFF;
  background: #39b8d6;
}
.slider {
  position: relative;
  width: 100%;
  margin-bottom: 3.75rem;
}
section {
  font-size: 1.1rem;
  line-height: 1.62rem;
}
.grilleImage img {
  width: 100%;
}
.miseAvant {
  display: inline-block;
  background: #212121;
  color: #FFF;
  padding: 30px;
  margin: 1rem 0;
}
.miseAvant p {
  font-size: 1.56rem;
  line-height: 2.31rem;
  font-family: 'Lato', sans-serif;
  font-style: italic;
}
section.success {
  background: #18BC9C;
  color: white;
}
section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
  color: #2C3E50;
  outline: none;
}
.btn:focus,
.btn:active,
.btn.active {
  outline: none;
}
