.bordure-tour-bleu {
    border-color: #2741ab !important;
}
.bordure-tour-jaune{
    border-color: #fdd147 !important;
}
.bordure-tour-vert{
    border-color: #1b7517 !important;
}
/* marge description  */
.margin-nineteen{margin-top: 1% !important;}

p {
    text-align: justify;
}
/* Couleur bandeau menu */
nav.shrink {
    background:rgba(2,28,76,1);
    border: none !important;
}

/*  Opacité 1ere image fond */
.opacity-medium{ opacity: 0.1; }


.navbar-nav a {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff !important;
    padding: 0 !important;
    font-weight: 500;
}

/* Centrage guides si 3 guides
#guides .container-fluid .row { justify-content: center; display: flex; flex-wrap: wrap;}
 */
 
/* Rétablissement du paralaxe pour les petits écrans (fonctionne mal) 
@media (max-width: 1050px) {
#home.fix-background, #tour-prive.fix-background, #tours.fix-background, #tour-a-la-carte.fix-background { background-attachment: fixed !important}
} 
*/

.bg-white {
    background-color: rgba(255, 255, 255, 0.9) !important;
}
/* Taille icones social */
.social-icon .fa {
   font-size: 24px;
   width: 50px;
   height: 50px !important;
}
