/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14 févr. 2017, 10:25:17
    Author     : antilles
*/

.fancybox-skin {
        background: #1f72a6!important;
    color: white;
}

section.callout.intro {
    background: url(overlay.png), url(intro2.jpg);
    background-position: top left, center;
    background-repeat: repeat, no-repeat;
    background-size: 256px 256px, cover;
}
section.callout.intro {
    border: none;
    max-height: 55vh;
    margin: 0;
    position: relative;
    color: #ffffff;
}
section.callout.intro h1 {
font-size:2.5em;
}

@media screen and (max-width: 1024px) {
  section.callout.intro {
    max-height: 100%;
    padding: 2em;
  }
}

section.callout.intro::after {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(14, 14, 14, 0.40);
}

section.callout.intro > .row {
  position: relative;
  z-index: 2;
}

section.callout.intro .lead a {
  color: #ff8000;
}

section.callout.intro .lead strong {
  font-weight: 700;
}

section.callout.intro .lead:last-of-type {
  margin-bottom: 0;
}

section.callout.intro div.card {
  background-color: #f2f2f2;
  -moz-box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.1);
  filter: progid:DXImageTransform.Microsoft.Shadow color=black, Direction=NaN, Strength=30;
}

section.callout.intro div.card .card-title {
  background: #ae1371;
  background: -moz-linear-gradient(top, #ae1371 0%, #ae1371 100%);
  background: -webkit-linear-gradient(top, #ae1371 0%, #ae1371 100%);
  background: linear-gradient(to bottom, #ae1371 0%, #ae1371 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae1371', endColorstr='#ae1371', GradientType=0);
}

section.callout.intro div.card .card-title h2 {
  margin: 0;
  color: #ffffff;
}

section.callout.intro div.card label.middle {
  margin: 0 0 0.5rem;
}

section.callout.intro div.card label span.error {
  font-size: 0.9em;
  color: #b92726;
}

section.callout.intro div.card input {
  margin: 0 0 0.5rem;
}

section.callout.intro div.card input.error {
  border: 1px solid red;
}

section.callout.intro div.card p.error {
  color: #b92726;
}

section.callout.intro div.card b {
  margin: 0;
}

section.callout.intro div.card .submit {
  max-height: 60px;
}

section.callout.intro div.card .submit button {
  margin: 0;
  height: 100%;
  max-height: 59px;
}

section.callout.intro div.card .submit button.button {
  margin: 0.5rem 0 0 0;
}

section.callout.intro div.card .submit .g-recaptcha {
  transform: scale(0.77);
  transform-origin: 100% 0;
}

section.callout.intro .logo {
  width: auto;
  height: auto;
  margin-bottom: 2em;
}

.section-title {
    padding: 2rem 0 0 0;
}


section.blog {
    background-color: #f2f2f2;
    padding: 0 0 1.0625rem;
}

section.blog h2 {
    font-size: 2.2em;
}



footer {
    z-index: 100;
    position: relative;
}

footer .footer {
    background:#2a2626;
    overflow: hidden;
}

footer .pre-footer .bottom-bar {
    padding: 0;
    margin: 0;
    line-height: 40px;
    font-size: 0.75em;
    background: #2a2626;
}

section.desc article .container {
    padding: 3em;
}

section.desc article .header {
    border-bottom: 4px solid #ff8000;
    margin: 0 0 1.5em 0;
    background: none;
}

section.desc article .header {
    border-bottom: 2px solid #ff8000;
    margin: 0 0 0.0em 0;
    background: none;
}


section.desc article .content {
   color:white;
   text-align: center
}

/* background menu #1f72a6*/
/* background menu selected #073d5f!important */
/* background submenu #eef7fc*/
/* rose faq : #ae1371*/

/*.menu_general_select {
    background-color: #073d5f!important;
    border : 1px solid #073d5f!important;
}

.menu_general_liste_select {
    background-color: #1f72a6 !important;
    color: white !important;
      border : 1px solid #1f72a6!important;
}
.menu_general_liste_select a {
    color: white !important;
}

.bandeau_menu_general ul.topnav li ul.subnav li a {
    background-color: #eef7fc;
    color: black!important;

}*/

.list_def_text {
    border: 1px solid #eeeeee;
    background-color: #f5f5f5;
    padding: 10px;
    text-align: justify;
    width: 900px;
}



.menu_operations_titre_carto {
    font-size: 1.2em;
}

#menu_operations_titre_carto {
    font-size: 1.2em;
}

#menu_operations_titre_comparaison {
    font-size: 1.2em;
    
}

#faq {
    font-size: 1.1em;
    margin-top: -0.2em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    font-weight: bold;
}
.contenu_page_tableau_donnees thead {
    background-color:   #ae1371
}


.contenu_page_tableau_comp thead{
    background-color:   #ae1371
}

.contenu_page_tableau_fofa thead{
    background-color:   #ae1371
}

#menu_operations_titre_reperes {
    background-color:   #ae1371
}
