
body {
  padding-top: 170px;
}
.aide{
  background:url('f0dc9b3e-0440-4424-96bb-1bd5bf010207.png') no-repeat;
  height:40px; width:40px;
  display:inline-block;
  background-size: contain; }
/*navigation*/
nav .navbar-brand {
  font-size: 30px;
}
.navbar-brand img {
  max-width: 140px;
}
nav .navbar-toggle {
  margin: 13px 15px 13px 0;
}
nav a {
  font-size: 20px;
  padding-bottom: 12px !important;
  padding-top: 12px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
nav.navbar.shrink {
  min-height: 20px;
  border-bottom: 1px solid #efefef;
}
.fixedtitle{display:none}
nav.navbar.shrink .fixedtitle{display:inline; }
nav.navbar.shrink .navbar-brand {
  font-size: 15px;
}
nav.navbar.shrink a {
  font-size: 15px;
  padding-bottom: 1px !important;
  padding-top: 1px !important;
}
nav.navbar.shrink .navbar-toggle {
  margin: 2px 15px 2px 0;
  padding: 2px 5px;
}
nav.navbar.shrink img{height:30px}
footer,
.panel-footer {
  padding: 30px 15px 10px 15px;
  background-color: #3c3c3a;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}




/* effet hover sur calculatrice */
.calculateur .form-check	{ cursor: pointer!important;}
.calculateur .form-check img { padding: 5px;}
.calculateur .form-check img:hover	{ transition: all 0.4s; outline: 3px solid #0088a6;}
.calculateur  .form-check input:checked + label img	{ transition: all 0.2s; outline: 3px solid #0088a6; background-color:#c5c5c5;}
.form-check-label	{ cursor: pointer!important;}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,1);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(460px, -100px) rotate(180deg);
  -ms-transform: translate(460px, -100px) rotate(180deg);
  transform: translate(460px, -100px) rotate(180deg);
  -webkit-transition: all 0.2s 0.4s ease-in-out;
  transition: all 0.2s 0.4s ease-in-out;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  cursor:pointer;
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.hovereffect:hover a.info {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}




