/* Theme Name:Worthy - Free Powerful Theme by HtmlCoder
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Version:1.0.0
Created:November 2014
License:Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
File Description:Main CSS file of the template */

/* Typography
----------------------------------------------------------------------------- */

body {
	padding-top: 0px;
	font-family: 'Roboto', sans-serif;
	line-height: 22px;
	font-weight: 400;
	font-size: 15px;
}
/* */
  [class*="col-"], footer {
/*  background-color: lightgreen;*/
  border: 0px solid grey;
  border-radius: 6px;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  border-width: 1px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

/* Affichage du logo VB */

.entete {
  font-size: 14px;
  background-color: #FFFFFF;
  color: #222222;
  text-decoration: none;
  text-align: center;
}

/* DEBUT - AFFICHAGE DU MENU DES 6 BOUTONS */

.menu {  
  background-color: #EEEEEE;
  text-decoration: none;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.button1 {
  background-color: #CCCCCC; /* couleur de fond du bouton */
  color: #4c4c4c; /* couleur du titre du bouton */
  border: none; /* bordure du bouton */
  font-size: 14px; /* taille du texte du bouton */
  text-align: center;
  display: inline-block;
  margin: 10px; /* marge autour du bouton */
  padding: 10px 10px;
}
.button1:hover {
  background-color: #ff7608; /* couleur de fond du bouton en rollover */
  color: #EEEEEE; /* couleur du titre du bouton en rollover */
}

.button2 {
  background-color: #CCCCCC;
  color: #4c4c4c;
  border: none;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  margin: 10px;
  padding: 10px 10px;
}
.button2:hover {
  background-color: #0a5791; 
  color: #EEEEEE; 
}

.button3 {
  background-color: #CCCCCC;
  color: #4c4c4c;
  border: none;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  margin: 10px;
  padding: 10px 10px;
}
.button3:hover {
  background-color: #c82028;
  color: #EEEEEE;
}

.button4 {
  background-color: #CCCCCC;
  color: #4c4c4c;
  border: none;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  margin: 10px;
  padding: 10px 10px;
}
.button4:hover {
  background-color: #808080;
  color: #EEEEEE;
}

.button5 {
  background-color: #CCCCCC;
  color: #4c4c4c;
  border: none;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  margin: 10px;
  padding: 10px 10px;
}

.button5:hover {
  background-color: #333333;
  color: #EEEEEE;
}

/* FIN - AFFICHAGE DU MENU DES 7 BOUTONS */

.link-prestations {
  color: #444444;
  text-decoration: underline;
  display: inline-block;
  font-style: italic;
  margin: 4px;
}
.link-prestations:hover {
  color: #444444;
  font-weight: bold; 
}

.link-interne a {
  color: #444444;
  text-decoration: underline;
  display: inline-block;
  font-style: normal;
  margin: 4px;
}
.link-interne a:hover {
  color: #444444;
  font-weight: bold; 
}

/* DEBUT - AFFICHAGE DU MENU DES 6 BOUTONS DANS LES SOUS-PAGES */

.menu2 {  
  background-color: #DDDDDD;
  text-decoration: none;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button10 {
  background-color: #CCCCCC;
  color: #4c4c4c;
  border: none; 
  padding: 6px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px;
  font-size: 14px;
}
.button10:hover {
  background-color: #ff7608;
  color: #EEEEEE; 
}

.button11 {
  background-color: #CCCCCC; 
  color: #4c4c4c; 
  border: none; 
  padding: 6px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px;
  font-size: 14px;
}
.button11:hover {
  background-color: #0a5791; 
  color: #EEEEEE; 
}

.button12 {
  background-color: #CCCCCC;
  color: #4c4c4c;
  border: none;
  padding: 6px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px;
  font-size: 14px;
}
.button12:hover {
  background-color: #c82028;
  color: #EEEEEE;
}

.button13 {
  background-color: #CCCCCC;
  color: #4c4c4c;
  border: none;
  padding: 6px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px;
  font-size: 14px;
}
.button13:hover {
  background-color: #808080;
  color: #EEEEEE;
}

.button14 {
  background-color: #CCCCCC;
  color: #4c4c4c;
  border: none;
  padding: 6px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0px;
  font-size: 14px;
}
.button14:hover {
  background-color: #333333;
  color: #EEEEEE;
}

/* FIN - AFFICHAGE DU MENU DES 6 BOUTONS DANS LES SOUS-PAGES */

/* DEBUT - AFFICHAGE DU BOUTON RETOUR */

.button20 {
  background-color: #CCCCCC;
  color: #4c4c4c;
  border: none;
  padding: 6px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0px;
  font-size: 14px;
}
.button20:hover {
  background-color: #AAAAAA;
  color: #EEEEEE;
}

/* FIN - AFFICHAGE DU BOUTON RETOUR */

/* DEBUT - AFFICHAGE DU TITRE "Nos labels" */

.labels {
  background-color: #EEEEEE;
  text-align: center;
  padding-bottom: 5px;
  font-weight: 500;
}

/* FIN - AFFICHAGE DU TITRE "Nos labels" */

/* DEBUT - AFFICHAGE DES LOGOS DES LABELS + BOUTON PLUS */

.logos {
  background-color: #DDDDDD;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.button-plus {
  background-color: #CCCCCC; /* Gris clair */
  color: #4C4C4C;
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
}

.button-plus:hover {
  background-color: #C7C7C7; /* Gris */
  color: #4C4C4C;
  font-weight: bold;
}

/* FIN - AFFICHAGE DES LOGOS DES LABELS + BOUTON PLUS */


/* DEBUT - Affichage des couleurs de fond des différentes parties */

.choix-code {
  background-color: #ff7608;
  color: #FFFFFF; 
}

.choix-code-detail {
  background-color: #ff7608;
  color: #FFFFFF;
  padding-top: 30px; 
  padding-bottom: 20px; 
}

.deux-roues {
  background-color: #0a5791;
  color: #FFFFFF; 
}

.deux-roues-detail {
  background-color: #0a5791;
  color: #FFFFFF;
  padding-top: 30px; 
  padding-bottom: 20px; 
}

.deux-roues-detail-1 {
  background-color: #0a5791;
  color: #FFFFFF;
  padding-top: 30px; 
  padding-bottom: 0px; 
}

.deux-roues-detail-2 {
  background-color: #0a5791;
  color: #FFFFFF;
  padding-top: 0px; 
  padding-bottom: 20px; 
}

.prestations {
  background-color: #EEEEEE;
  color: #444444;
  padding-top: 0px; 
  padding-bottom: 20px; 
}

.quatre-roues {
  background-color: #c82028;
  color: #FFFFFF;
}

.quatre-roues-detail {
  background-color: #c82028;
  color: #FFFFFF;
  padding-top: 30px; 
  padding-bottom: 20px; 
}

.quatre-roues-detail-1 {
  background-color: #c82028;
  color: #FFFFFF;
  padding-top: 30px; 
  padding-bottom: 0px; 
}

.quatre-roues-detail-2 {
  background-color: #c82028;
  color: #FFFFFF;
  padding-top: 0px; 
  padding-bottom: 20px; 
}

.remorque {
  background-color: #808080;
  color: #FFFFFF;
}

.remorque-detail {
  background-color: #808080;
  color: #FFFFFF;
  padding-top: 30px; 
  padding-bottom: 20px; 
}

.code-en-ligne {
  background-color: #0c5a94;
  color: #FFFFFF;
}

.post-permis {
  background-color: #1b6d3b;
  color: #FFFFFF;
}

.contacts {
  background-color: #333333;
  color: #FFFFFF;
}

/* FIN - Affichage des couleurs de fond des différentes parties */


/* DEBUT - AFFICHAGE DES STYLES DE TITRES */

h1
{
  font-size: 36px;
  font-weight: 100;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}

h2
{
  font-size: 26px;
  font-weight: 100;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: left;
}

h3
{
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 20px;
  font-style: italic;
  text-align: left;
}

h4
{
  font-size: 18px;
  font-weight: 400;
}

h5
{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

h6
{
  font-weight: 700;
}

img {
  display: block;
  /* max-width: 100%;  L'image se redimensionne automatiquement */
  margin: 0px;
  height: auto;
}

p {
  padding-bottom: 5px;
}

.savoir {
  text-align: left;
  margin-bottom: 30px;
}

.bas-de-page {            /* Affichage des dates de validité */
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-style: italic;
  color: #555555;
}


a {
  color: #EEEEEE;
  font-weight: 400;
}

a:hover {
  color: #EEEEEE; /* Couleur des liens lorqu'on les survole */
}




/* FIN - AFFICHAGE DES STYLES DE TITRES */

/* DEBUT - Affichage du bouton RETOUR */

.retour {
  background-color: #DDDDDD;
  font-size: 20px;
  padding-top: 10px;
}  

.retour li {
  display: inline-block;
  width: 20px;
} 

.retour a {
  color: #777777;
}

.retour a:hover {
  color: #333333;
}

/* FIN - Affichage du bouton RETOUR */




.link-menu a {
  color: #333333; /* Couleur des liens du menu principal */
}

.link-menu a:hover {
  text-decoration: none; /* Pas de trait sous les liens */
  color: #55acee; /* Couleur des liens lorqu'on les survole */
}


.labels {
  background-color: #EEEEEE;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.savoir2 {
  text-align: center;
}

.encadre {
  background-color: #DDDDDD;
  color: #222222;
  text-align: center;
  font-weight: 500;
  border-radius: 6px; 
  padding: 15px;
}

.encadre-2roues {
  background-color: #55acee;
  color: #084573;
  text-align: left;
  font-weight: 500;
  border-radius: 6px; 
  padding: 15px;
}

.encadre-permis {
  background-color: rgba(255, 255, 255, 0.1);
  color: #EEEEEE;
  text-align: left;
  font-weight: 500;
  border-radius: 6px; 
  padding: 15px;
}

/* Déclaration pour les pages détail */

.reussite {
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 15px;
  border-radius: 6px;
  color: #FFFFFF;
  padding: 15px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 25px;
}

.reussite-lien-bleu a {
  color: #093c63;
}

.reussite-lien-rouge a {
  color: #891217;
}

.reussite-lien-gris a {
  color: #555555;
}

.savoir-plus-label a {
  color: #555555;
}

.consommation {
  font-size: 14px;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
}

.tarif {
  background-color: #EEEEEE;
  border-radius: 6px;
  color: #444444;
  padding: 15px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 25px;
}

.encadre-prestations {
  background-color: #EEEEEE;
  border-radius: 6px;
  color: #000000;
  padding: 2px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 25px;
  opacity: 0.8;
}

.pdf {
  margin-top: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  margin-right: 0px;
}

.button-detail {
  background-color: #EEEEEE; 
  border: none;
  color: #444444;
  height: 100px;
  font-size: 15px;
}

.button-detail:hover {
  background-color: #CCCCCC; 
  color: #444444;
}


img.centre {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


h2.centre
{
  font-size: 26px;
  font-weight: 100;
  margin-bottom: 20px;
  text-align: center;
}



/* Apparition des textes lors du défilement de la page
----------------------------------------------------------------------------- */
.object-non-visible {
  opacity: 0;
  filter: alpha(opacity=0);
}
.object-visible,
.touch .object-non-visible {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

/* Targeting only Firefox for smoothest animations */
@-moz-document url-prefix() {
  .object-visible,
  .touch .object-non-visible {
    -webkit-transition: opacity 0.6s ease-in-out;
    -moz-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    -ms-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
  }
}
