/******************************************************

    ACCUEIL
    
******************************************************/ 
/* LOGO ACTIVITE ASTIWEB */
.logo-activite:hover{
    opacity: 0.5;
}
.logo-activite{
    width: 50%;
}

/* BLOC ARTICLE AGENCE */
.bloc-article{
    border-style: solid;
    border-width: 0px;
    box-shadow: 1px 1px 5px #aaa; 
    border-radius: 10px;
    border-color: black;
    padding: 2%;
    margin-top: 2%;
    margin-bottom: 2%;
}
.bloc-article:hover{
    border-width: 0px;
    box-shadow: 1px 1px 20px #aaa;
    cursor: pointer;
}


/******************************************************

    STYLES COMMUN
    
******************************************************/ 
.titre-article{
    margin-bottom: 2%;
    margin-top: 2%;
    color: black;
    font-weight: bold;
}
.soustitre-article{
    color: black;
}
.txt-article{
    color: black;
}

/* BLOC IL NOUS FONT CONFIANCE */
.image-confiance{
    width: 70%;
}
.bloc-confiance:hover .image-confiance{
    opacity: 0.9;
}
.confiance-hidden{
    display: none;
}
.bloc-confiance:hover .confiance-hidden{
    display: contents;
}
.ancres{
    display: block; 
    visibility: hidden;
}
.logo-googlemap{
    width: 100%;
    text-align: center;
}



.image-article{
    width: 100%;
}
.image-article-50{
	width: 50%;
}
.titre-article{
    font-size: 1.6em !important;
}
.soustitre-article{
    font-size: 1.3em !important;
}
.txt-article{
    font-size: 1em !important;
}

/******************************************************

    Carte
    
******************************************************/ 
.menu-restaurant{
    background-color: black;
    opacity: 0.8;
    margin: 2%;
}
.menu-restaurant:hover{
    opacity: 1;
}
.titre-menu-restaurant{
    color: white;
    font-size: 2em;
}
.txt-menu-restaurant{
    color: white;
    font-size: 1em;
}
.decouvrir-menu-restaurant{
    color: #911132;
    font-weight: bold;
}


/******************************************************

    POUR RESPONSIVE
    
******************************************************/ 
/* Tout ce qui change en fonction de la taille de l'écran */
@media (min-width: 1199px){

}

@media (min-width: 992px) and (max-width: 1199px){

}
@media (min-width: 768px) and (max-width: 991px){

}
@media (max-width: 767px){

}
