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

    ACCUEIL
    
******************************************************/ 
/* LOGO ACTIVITE ASTIWEB */


.services{
    background-color: #009999;
    color: white;

}

.services:hover{
    background-color: #0033cc;
    color: black;
}
/* 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: white;
}
.services:hover .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;
}

.bouton-article{
    background-color: #009999;
}
.bouton-article:hover{
    background-color: #0033cc;
}
.recherche:hover{
    background-color: rgba(0,0,0,0.4);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.entete-tableau{
    background-color: #343a40;
    color: white;
}
.corps-tableau{
    background-color: white;
    color: black;
}





.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;
}


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

    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){

}
