
.blocEntier2
{
    width: 98%;
    margin: auto;
    background-color: rgb(177, 175, 175);    
}
.blocEntier2 a
{
    color: rgb(100, 98, 98);
    font-weight: bold;
}
.blocEntier2 a:hover
{
    color: greenyellow;
}
.contact1
{
    font-family: 'Trebuchet MS', 'Comic Sans MS' ,' Lucida Sans Unicode',
     'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 35px;
    font-weight: bold;
    color: rgb(75, 73, 73);   
    text-align: center; 
}
.vcard
{
   border: 2px black solid;
   opacity: 1;
   background-repeat: no-repeat;   
   background-position: 1000px 180px ; /* Ou top right */  
   box-shadow:10px 10px 20px black;
   border: solid 2px blue;
    position: relative;
    width: 50%; /*modif 2 aout24 */
    margin-left: 25%;
    top: 50px;
     /* right: 50px; */
     
    display: inline-block;
    vertical-align: bottom;
} 
.bandeau2
{
    position: relative;
    width: 80%; /*modif a voir aput24* modif ok*/
    top: 100px;
    margin-left: 10%;
}
.introContact
{
    width: 70%;
    font-size: 22px;
    margin: auto;
    border:solid   rgb(177, 175, 175) 1px;
    box-shadow: gray 8px 10px 10px;
    text-align: left;
}
@media only screen and (max-device-width :480px )

{
    .blocEntier2
    {
        background-color: rgb(240, 236, 236);
    }
    .introContact
    {
        margin-left: 1%;
        width: 90%;
        font-size: 20px;
        padding: 5px;
    }
    .bandeau2
    {   display: none;
       
    }
    .vcard
    {
        width: 80%;
        margin-left: 5%;
        margin-top: 30px;
    }
}
/* tablette 10 Pouces (landscape) */
@media only screen
and (min-device-width : 800px)
and (max-device-width : 1024px)
and (orientation : landscape) 
{
.blocEntier2
    {
        background-color: rgb(240, 236, 236);
    }
    .introContact
    {
        margin-left: 1%;
        width: 90%;
        font-size: 20px;
        padding: 5px;
    }
    .bandeau2
    {  
       
        width: 80%;
        margin-left: 5%;
    }
    .vcard
    {
        
        width: 60%;
        margin-left: 10%;
        margin-top: 30px;
    }
}

