/**
* Template Name: Stanley
* Template URL: https://templatemag.com/stanley-bootstrap-freelancer-template/
* Author: TemplateMag.com
* License: https://templatemag.com/license/
*/

body {
  background-color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

/* Titles */

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #333;
}

h1 {
  font-size: 35px;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* Paragraph & Typographic */

p {
  line-height: 26px;
  margin-bottom: 10px;
  font-size: 16px;
}


dl, ol, ul {
  padding-left: 1rem;
}

.centered {
  text-align: center;
}

/* Links */

a {
  color: #1abc9c;
  word-wrap: break-word;
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover, a:focus {
  color: #7b7b7b;
  text-decoration: none;
  outline: 0;
}

a:before, a:after {
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.fw-bold {
  font-weight: 700 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
/*********************
 * Navbar
 * */

#header_top{
  /*height: 30px;*/

  top: 0px;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 0px;
  position: fixed;
  background-color: #fff;
  padding: 20px 0;
  font-weight: 600;

}
/*
#mainNav.fixed-top{
  top:45px;
}
*/
.navbar {
  text-transform: uppercase;
  margin-bottom: 0px;
}

.navbar-inverse {
  padding: 30px 0 30px 0;
}

.navbar-nav .nav-link {
  padding: 10px 15px;
  font-size:1rem;
}

@media (max-width: 768px ) {
  .navbar-inverse {
    padding:  0px 0 15px 0;
  }
}
.navbar-inverse {
  /*background-color: #1abc9c;*/
  background-color: #fff;
  /*border-color: #16a085;*/
  border-color: #fff;
}

.navbar-inverse .navbar-nav>li>a {
  /*color: white;*/
  color:#000;
}

.navbar-inverse .navbar-nav>li>a:hover {
  color: #222222;
}

.navbar-brand {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 2px;
}

.navbar-inverse .navbar-brand {
  color: white;
}
/*
.navbar-inverse .navbar-toggle {
  border-color: transparent;
}
*/
.navbar-inverse .navbar-toggler {
  color: rgba(0,0,0,.5);
  border-color: rgba(0,0,0,.1);
}



.progress-bar-theme {
  background-color: #1abc9c;
}
.badge-tag {
  color: #111;
  background-color: transparent;
  font-size: 0.879rem;
  border: 1px #111 solid;
  border-radius: 0;
  font-weight: normal;
  margin: 5px 0;
}

/********************
 * Fenetre modale identification
 * tpl: https://cposolutions.fr/man_1deReZ5u/?a=element/template/update&id=15
 */
#modal-login .modal-body h5{
  padding-bottom:1rem;
}
#modal-login form{
  height:150px;
}
#modal-login form#form-codeconf .ct-btn{
  margin-top: 72px;
}

/********************
 * Fiche fournisseur
 * [[*logo]]
 */

/* Helpers */

.mt {
  margin-top: 40px;
  margin-bottom: 40px;
}

.pt {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* +++++ WRAP SECTIONS +++++ */

#ww {
  padding-top: 110px;
  padding-bottom: 0px;/*70*/
  background-color: #f2f2f2;
}

#footer {
  background-color: #2f2f2f;
  padding-top: 50px;
  padding-bottom: 50px;
}

#footer p {
  color: white;
}

#footer h4 {
  color: white;
  text-transform: uppercase;
  padding-bottom: 20px;
}

/* +++++ Color Wraps / Blog Page +++++ */

#grey {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f2f2;
}

#white {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}

/* Blog Date*/

bd {
  font-size: 12px;
  text-transform: uppercase;
  color: #d2d2d2;
  font-weight: 700;
}

/* Blog Author*/

ba {
  font-size: 12px;
  text-transform: uppercase;
}

/* Blog Quote */

.bq {
  font-size: 22px;
  padding-top: 30px;
}

/* Blog Tags */

bt {
  font-size: 12px;
}

/* ================== PORTFOLIO IMAGES HOVER EFFECT ================== */

/* Effects also are controled by hover.zoom.js */

.zoom {
  display: block;
  position: relative;
  overflow: hidden;
  background: transparent url(../img/loader.gif) no-repeat center;
}

.zoomOverlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  background-image: url(../img/zoom.png);
  background-repeat: no-repeat;
  background-position: center;
}

.zoom2 {
  opacity: 1;
}

.zoom2:hover {
  opacity: 0.5;
}

/* glyphicon Configuration */

.glyphicon {
  font-size: 40px;
  color: #1abc9c;
}

/* Contact Form */

#contact {
  padding: 40px 0;
}
/*
.contact-form {}
*/
.contact-form label {
  color: #999;
}

.contact-form input, .contact-form textarea {
  padding: 10px 12px;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  height: auto;
}

.contact-form .form-send {
  text-align: center;
}

.contact-form .form-send button {
  background: #1abc9c;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

.contact-form .form-send button:hover {
  background: #1de0ba;
}

.contact-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact-form .loading {
  display: none;
  color: #555;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin: 15px 0;
}

.contact-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.contact-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

.contact-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

/* Copyrights */

#copyrights {
  background: #222222;
  padding: 20px 0;
  text-align: center;
}

#copyrights p {
  margin-bottom: 5px;
  color: #fff;
}

#copyrights a {
  color: #1abc9c;
}

.credits {
  color: #999;
}




/******************
 * Home
 * Btn télécharger catalogue compler
 */

.btn.btn-dlcat {
  font-size: 1.25rem;
  line-height: auto;
  padding: 0.75rem 2.5rem;
  height: 3.80rem;
  font-weight: bold;
  text-transform: uppercase;
}

/******************
RTE
*/
.rte-enabled ul{
    line-height: 26px;
    font-size: 16px;
    
}
.rte-enabled p{
  margin-bottom:10px;
  
}


/***********************
* Calculatrice économies (162)
* https://cposolutions.fr/man_1deReZ5u/?a=resource/update&id=162
*/
#res-calculatrice-eco .depense{
  width:100px;
}
#res-calculatrice-eco .catrow img,
#res-calculatrice-eco .total img{
  margin-right: 15px;
}

#res-calculatrice-eco .jspl {
  padding-top: 15px;
  display: inline-block;
}
tr#total{
  font-weight: 700 !important;
}


.opacity-25{
  opacity: 0.25;
}


/*********************
Section WELCOME
*/
#section-welcome{
  /*TODo : variabiliser ?*/
  background-color:#ebf4fa;
}

/*********************
Section ESPACE ADH
*/
#section-espaceadh{
  /*TODo : variabiliser ?*/
  background-color:#ebf4fa;
}
/*
#mainNav .pdom-last{
  font-weight: 500;
}
*/