table {
    border: 1px solid #eee;
    border-collapse: collapse;
}

table tbody {
    border-top: none;
}

table tr:nth-child(odd) {
    background-color: #fff;
}
table tr:nth-child(even) {
    background-color: #f8f6ff;
}

table thead th {
    border: none;
    color: #fff;
    padding: 10px;
    background-color: #4ea8d5;
}

table tbody tr td {
    border: none;
    padding: 10px;
    text-align: left;
}

.text-white {
    color: #fff;
}

.amcharts-balloon-div,
.amcharts-balloon-div div,
.amcharts-balloon-div span,
.amcharts-balloon-div strong,
.amcharts-balloon-div h3,
.amcharts-balloon-div h4 {
    font-family: Lato, sans-serif !important;
}

.header-mobile .col-xs-10 {
    width: 83.3333%;
}

.header-mobile .col-xs-2 {
    width: 16.6666%;
}

.form-text, .form-item, .form-actions {
    margin: 0px !important;
}

.form-item input {
    border-radius: .2rem;
    -moz-border-radius: .2rem;
    -webkit-border-radius: .2rem;
}

button[type=submit],
.form-actions input[type=submit] {
    background-color: #3d6081;
    display: inline-block;
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    border: none;
    border-radius: .2rem;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    height: 40px;
}

button[type=submit]:focus,
button[type=submit]:hover,
.form-actions input[type=submit]:focus,
.form-actions input[type=submit]:hover {
    cursor: pointer;
    background-color: rgba(61, 96, 129, 0.8)
}

.more-link {
    text-align: center;
}

.form-item {
  width: 100%;
}

.jquery-throbber-overlay {
    left: 0 !important;
    top: 0 !important;
}

.jquery-throbber.throbber-image-type-circle {
    left: 50% !important;
    top: 50% !important;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px !important;
    height: 64px !important;
    background-size: 64px !important;
}

textarea {
  width: 100% !important;
}

.header-top-menu>li {
  padding: 0 !important;
}
.header-top-menu>li>a:after {
  content: ' - ';
}
.header-top-menu>li:last-child>a:after {
  content: '';
}

.header-search-form input[type="text"] {
  margin-bottom: 0px;
}

.main-menu > li > a.active:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #f8cd22;
}

/*List actualites*/
.view-actualites {
  margin-top: 20px !important;
}
.view-actualites .proportion-img-container-2 {
  padding-top: 0% !important;
}
/*GLOSSAIRE START*/
.glossaryList {
  margin: 30px 0 0 -6px;
  padding: 0;
}

.glossaryList li {
  float: left;
  list-style: none;
  font-size: 20px;
  color: #085879;
  text-transform: uppercase;
}

.glossaryList li a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 8px;
  margin-bottom: 5px;
  color: #085879;
}

.glossaryList li a:after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  right: 0;
  width: 1px;
  height: 14px;
  background: #085879;
}

.accordionSimple {
  margin: 27px 0;
  font-family: 'Roboto', sans-serif;
}

.accordionSimpleLink {
  position: relative;
  display: table;
  padding: 8px 10px 7px 72px;
  font-size: 16px;
  font-weight: 100;
  color: #085879;
}

.accordionSimpleLink:before {
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  left: 37px;
  width: 9px;
  height: 6px;
  background: url(../img/iconaccordionsimple.png) no-repeat;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.accordionSimpleLink[aria-expanded="true"]:before {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.lettersList li {
  margin: 20px 0;
  list-style: none;
  text-indent: 17px;
}

.accordionText {
  margin: 9px 0 0 72px;
  font-size: 1.14286rem;
  font-weight: 100;
}

.accordionSmallText {
  padding-left: 73px;
  font-size: 12px;
}

.accordionSmallText p {
  font-size: 12px;
  font-weight: 100;
}
.accordionSimple h3 {
  border-bottom: rgba(0, 0, 0, 0.1) 1px solid !important;
  color: #497aa8;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 6px;
  text-align: center;
  font-size: 1.71429rem;
}
.glossaryIndex {
  margin: auto;
  width: 70%;
}
.weathercustommapwrapper {
  width: 100%;
  margin: 30px auto;
  position: relative;
  padding-bottom: 77%;
}
.weather-custom-map-svg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.main-menu .nav-link {
  font-size: 1rem;
}

/*FLOATING-BUTTONS*/

.floating-buttons {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 1;
  /* margin-top: -87px; */
}

.floating-btn {
  position: relative;
  display: block;
  width: 56px;
  height: 56px;
  margin-bottom: 2px;
  background-color: #4ea8d5;
  font-size: 20px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

.floating-btn:hover,
.floating-btn:focus {
  color: #fff;
  text-decoration: none;
}

.floating-btn .fa {
  position: relative;
  z-index: 2;
  background-color: #4ea8d5;
  display: table;
  width: 100%;
  height: 100%;
}

.floating-btn .fa:before {
  display: table-cell;
  vertical-align: middle;
}
/*FLY OUT TOOLTIP*/
.floating-btn-tooltip {
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  padding: 18px 15px;
  z-index: 1;
  display: block;
  font-size: 16px;
  background-color: #4ea8d5;
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.floating-btn:hover .floating-btn-tooltip,
.floating-btn:focus .floating-btn-tooltip {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}


@media screen and (max-width: 991px) {

  .floating-buttons {
    /*top: auto;*/
    bottom: 0px;
  }

  .floating-btn {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

    .header-main {
        display: none;
    }

    .royaume-du-maroc {
        display: none;
    }

}

@media screen and (max-width: 640px) {

  .floating-buttons {
    position: fixed;
    margin-top: 0 !important
  }

}
.count-product-link {
  height:  28px;
  background-color: #3dca72;
}
.count-product-link .fa {
  background-color: #3dca72;
}
/*.count-product-container {
  margin-top:  -87px;
}*/

.demande-devis-form .text-full, .demande-devis-form .form-text {
  border: none;
}

.field-product-tag .tag .field {
  display: inherit;
}

.product-item-add button[type=submit] {
  background-color: #5bd288;
  width: 100%;
  outline: 0;
}
.product-item-add button[type=submit]:hover {
  background-color: #3dca72;
}
.btn-product-to-cart {
  padding-right: 0;
  padding-left: 0;
}
.city-weather-short h2.city-weather-short-title {
    font-size: 1.2rem;
}
.city-weather-short-detailed-infos {
    color: #fff;
    border-top-color: #f8cd22;
    background-color: #406C97;
}
.city-weather-short-detailed-infos .city-weather-short-detail-title {
    color: #fff;
}
img {
  max-width: 100%;
  height: auto;
}

a.secteur-contact-link {
  color: #fc5969 !important;
  text-decoration: none !important;
}
@media print, screen and (min-width: 768px) {
.weather-forecast {
  width: 200px;
}
}
a.weather-forecast-item h6.mb-1 {
  font-size: .65714rem;
}
.weather-forecast-item i.weather-forecast-item-icon {
  font-size: 1.31429rem;
}
.city-weather-short-main-temperature-container .city-weather-short-main-temperature {
  font-size: 2.28571rem;
}

.page-node .node-page .page-title, .page-node .node-glossaire .page-title, .page-node .node-secteur .page-title, .page-search .page-title {
  font-size: 2.0rem;
}

@media print, screen and (min-width: 992px){

  .contact-secteur-link .column-icon {
      font-size: 3.4rem;
  }

  .contact-secteur-link .page-subtitle {
    font-size: 1.68571rem;
  }
  .contact-secteur-link p.lead  {
    font-size: 14px;
  }
  .page-hero-title {
    font-size: 3.28571rem;
  }
  .tab-pane-weather-city-icon {
    font-size: 2.7rem;
  }
  .tab-pane-weather-city-temperature {
    font-size: 3rem;
  }
  h2.tab-pane-weather-city-name {
    font-size: 1.2rem; 
  }

  .weather-city-by-hours-weather-state {
    min-height: 85px;
  }
  .page-hero-title {
      margin-bottom: 30px;
  }
  h2.page-title {
    font-size: 2.28571rem;
  }

  .login-header-link a {
    background: transparent;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    margin-right: 10px;
  }
  .login-header-link a:after {
    content: '' !important;
  }
}
