/* Appel des polices de caractères */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);

/* Document HTML */

html {
margin: 0;
background: white;
}

/* Corps de la page */

body {
position: relative;
margin: auto;
width: 100%;
font-family: Open Sans;
font-weight: 400;
font-size: 1em;
color: #000000;
display: flex;
flex-direction: column;
align-items: center;
min-height: 100vh;
}

body.admin {
width: 100%;
font-family: Roboto;
}

/* Gestion de l'image de fond de page pour IE 8 */

#background_ie { 
position:fixed; 
top:0;
left:0;
z-index:-1;
}

/* Retour automatique à la ligne */

p, div, th, td {
word-wrap: break-word;
}

strong {
font-weight: 700;
}

/* Paragraphes */

article p, #section-intro {
margin-top: 20px;
margin-bottom: 20px;
}

article td {
vertical-align: top;
}

article td p {
margin-top: 0;
padding-right: 20px;
}

article div {
text-align: justify;
}

/* Images */

article img {
border: 0;
}

article img[id="choix_domaine"] {
border: 0;
margin-left: 15px;
}

article img[id] {
cursor: pointer;
}

article img[id="exclamation"] {
padding-right: 10px;
}

/* Listes à puces */

article ul {
text-align: justify;
}

/* Message d'erreur d'exécution d'une fonction */

.err-fonction {
color: red;
font-style: italic;
}

/* Bouton de retour */

#section-back {
text-align: right;
}

/* Extraction Excel */

#req-csv {
position: absolute;
top: 60px;
right: 10px;
}

/* Envoi d'une newsletter */

#send-news {
position: absolute;
top: 100px;
right: 8px;
}

/* Transfert de notifications */

#mail-forward {
margin-top: 20px;
text-align: center;
}

/* Nombre de résultats */

#aff-res {
margin-bottom: 20px;
}

/* Libellé d'un module pour une recherche */

.recherche-entete {
padding-top: 30px;
padding-bottom: 5px;
padding-left: 0;
padding-right: 0;
border-bottom: 1px solid #000000;
color: #000000;
font-size: 1.1em;
}

article a[name]:hover {
text-decoration: none;
}

/* Résultats d'une recherche */

#recherche-results {
padding-top: 10px;
padding-left: 20px;
}

#recherche-results a:first-child {
text-decoration: none;
}

#recherche-results a + a {
padding-left: 20px;
}

#recherche-results a[name] + a {
padding-left: 0px;
}

#recherche-results a img {
border-bottom: 3px solid transparent;
}

.vcard + .vcard {
padding-top: 20px;
border-top: 1px solid #404040;
}

/* Boutons de navigation pour une recherche */

#req-navigation {
margin-top: 20px;
text-align: center;
}

#req-navigation a {
text-decoration: none;
}

#req-navigation a + a {
margin-left: 20px;
}

/* Tableau de présentation des informations d'administration en lignes */

.display-admin {
margin-bottom: 20px;
width: 100%;
border: 1px solid #000000;
border-collapse: collapse;
}

.display-admin th {
padding: 10px;
padding-right: 10px;
border-right: 1px solid #000000;
text-align: left;
vertical-align: top;
font-weight: normal;
color: #000000;
}

.display-admin td {
padding: 10px;
text-align: justify;
}

.display-admin td p {
margin-top: 0;
margin-bottom: 0;
padding-top: 1px;
}

div + .display-admin {
margin-top: 20px;
width: 100%;
}

/* Tableau de présentation des informations d'administration en colonnes */

.table-admin {
margin-bottom: 10px;
width: 100%;
border: 1px solid #000000;
}

.table-admin th {
padding: 10px;
text-align: left;
}

.table-admin th a {
color: #000000;
}

.table-admin th a[href*="gestion_inscription"] {
text-decoration: underline;
}

.table-admin td {
padding: 10px;
border-top: 1px dashed #000000;
font-size: 0.9em;
color: #000000;
text-decoration: none;
}

/* Tableau de gestion des pages */

.gestion-page {
width: 100%;
}

.gestion-page td {
width: 50%;
vertical-align: top;
}

/* Fréquentations globales */

#global-text {
position: absolute;
top: 80px;
right: 10px;
text-align: right;
}

/********************** Hover pictos **************************/

@media only screen and (min-device-width:961px) {

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
    padding-bottom: 3px;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    transform: scale(1.1);
}

/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

.question-cplt img {
    position: absolute;
    
}

.question-cplt p {
  margin-left: 59px;
}

}

/********************** FIN Hover pictos **************************/