* {
  font-family: "Raleway";
}

body, html {
  width: 100%;
}

body.page > .container {
  min-height: 433px;
}

.btn-agrume-green, .nav-tabs a.active {
  color: #ffffff!important;
}

.btn-agrume-green.disabled {
  color: #ffffff!important;
}

.btn-agrume-green:hover {
  color: #e5e5e5;
}

.bg-agrume-green, .btn-agrume-green,
.nav-pills a.active, .nav-tabs a.active
{
  background-color: #1eca77!important;
}

.nav-tabs a.active {
  background-color: none!important;
}

.btn-agrume-green:hover, .nav-pills a.active:hover {
  background-color: #31a86f!important;
}

.agrume-green, .nav-tabs a:not(.active), .nav-principal li.active a {
  color: #1eca77!important;
}

.toast:hover {
  background-color: white;
}

.btn-sm.circle {
  border-radius: 50%;
  padding: .375rem .75rem;
}

.btn-sm.circle.border-agrume-green {
  border:1px solid #27b671!important;
  color: #666;
  text-shadow: 0 1px 0 #fff;
}

.btn-sm.circle.border-agrume-green:hover {
  color: #000;
}

.nav-pills a {
  position: relative;
  color: #333333;
}

.nav-tabs a:not(.active):after,
.nav-pills a:not(.active):after {
  content: "\f25a";
  position:absolute;
  bottom:-15px;
  right:45%;
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  font-size: 15px;
}

.ul-with-check > li {
    position:relative;
    list-style: none;
}

.ul-with-check > li:before {
    content: "\f00c";
    position:absolute;
    left:-30px;
    color: #1eca77;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.border-bottom-nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.border-bottom-nav-tabs .nav-tabs {
  border-bottom: none;
}

.border-agrume-green, .btn-agrume-green, .nav-tabs a.active {
  border-top: 1px solid #93e1bc!important;
  border-right: 1px solid #27b671!important;
  border-bottom: 1px solid #1eca77!important;
  border-left: 1px solid #31a86f!important;
}
.border-top-agrume-green {
  border-top: 1px solid #93e1bc;
}
.border-right-agrume-green {
  border-right: 1px solid #27b671;
}
.border-bottom-agrume-green {
  border-bottom: 1px solid #1eca77;
}
.border-left-agrume-green {
  border-left: 1px solid #31a86f;
}

.btn-agrume-green:hover {
  border-top: 1px solid #1eca77;
  border-right: 1px solid #27b671;
  border-bottom: 1px solid #1eca77;
  border-left: 1px solid #31a86f;
}

.btn-rounded {
  border-radius: 20px;
}

.agrume-modal {
  position:absolute;
  top:0;
  left:0;
  width: 100%;
  height:100%;
  z-index:-1;
  background: black;
}

.agrume-modal.show {
  z-index:10000;
}
.agrume-modal .close {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 5px 10px;
  background: #333333;
  color: #e5e5e5;
  z-index:-1;
}
.agrume-modal.show .close {
  z-index:10001;
}

.quote {
  color:#FFFFFF;
  font-weight: bolder;
  font-style: italic;
}
.quote:before {
  content:"“"
}

.quote:after {
  content:"”"
}

.font-weight-boldest {
  font-weight: 900!important;
}
.ol-rounded {
  color: #ffffff;
  font-weight: 900;
  padding: 5px 10px;
  margin-right: 5px;
  border-radius: 50%;
}
.ol-rounded-link {
  text-decoration: none!important;
}
.ol-rounded-link.agrume-green:hover {
  color:#93e1bc!important;
}
.ol-rounded-link:hover .ol-rounded.bg-agrume-green {
  background:#93e1bc!important;
}
.ol-rounded-link.agrume-green.active {
  color:#93e1bc!important;
}
.ol-rounded-link.active .ol-rounded.bg-agrume-green {
  background:#93e1bc!important;
}

.no-border {
  border:none!important;
}

.help {
   position:fixed;
   bottom:10px;
   right:5px;
   width: 200px;
}
.help > button {
   width: 100%;
}
.help > button {
   width: 100%;
}

.help .help-text {
  background: white;
  border: 1px solid #999999;
  border-top: none;
}

.help .help-text, .help .help-text a {
  font-size: 0.8em;
}

.nav-item {
  white-space: nowrap;
}

.lead strong {
  font-weight: 600;
}

.disabled {
  color: #959595!important;
}

.lead-block .lead-content {
  background: white;
  border-top: 1px solid #1eca77;
  border-right: 1px solid #27b671;
  border-bottom: 1px solid #1eca77;
  border-left: 1px solid #31a86f;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #333333;
}

/*.partenaire.fade {
  transition: 1s all;
  display: none;
  width:0px;
}

.partenaire.fade.show {
  transition: 1s all;
  display: block;
}*/

.partenaire {
  /*display: table-cell;*/
  /*width:180px;
  height:180px;
  max-width:180px;
  max-height:180px;*/
  /*padding: 20px;*/
  background: white;
  border-radius: 20px;
  border: 1px solid #b5b5b5;
  /*vertical-align: middle;*/
}

.partenaire > div img {
  /*max-height:140px;*/
}

.card-soon {
  background: url('../img/bandeau_a_venir.png') white top right no-repeat;
}
/*** ***/

h1, #accueil h3, .quote {
  font-size: 1.5rem;
}
h2 {
  font-weight: 900;
  font-size: 2rem;
}
h3, .picto-title, #cgv h2 {
  font-size: 1.3rem;
}
#cgv h2{
  font-weight: bold;
  margin-bottom:1rem;
}
h4, #nos-solutions h3, #tarifs h2, #cgv h3 {
  font-size: 1.2rem;
}
h5, #nos-solutions h4, #article-listing h2 {
  font-size: 1.1rem;
}
h6 {
  font-size: 1rem;
}

option, optgroup {
  margin-left: 0px;
  padding-left: 0px;
}

#cgv h2:not(:first-child) {
  margin-top: 3rem;
}

/*** ***/

#accueil .img-header {
  max-width: 100%;
}

/*** ***/
footer ul {
  margin: 0px;
}
footer ul li {
  list-style: none;
  padding: 0px;
}
footer a {
  color: #ffffff;
  font-size: 80%;
  font-weight: 400;
}
footer a:hover, footer li.active > a {
  color: #1eca77;
}
