
/*  */
/* NavBar */
#Navbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
}

#logo {
    cursor:pointer;
}
/*  */
/* Header */
#PageTitle:hover {
    font-weight: 350;
    cursor: pointer;
}

#TextChange:hover {
    font-weight: 340;
    cursor: pointer;
}
#TextChange::after {
    content: "Web";
    animation: TextChange infinite 12s;

}

@keyframes TextChange {
    0% {
        content: "Web";
    }

    33% {
        content: "Modélisation 3D";

    }

    66% {
        content : "Impréssion 3D"
    }

}

/*  */
/* Portfolio */
.PortfolioService {
    z-index: 2;
}

.HoverTitle {
    font-size: 2.1vw;
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin-top: 5%;
    margin-bottom: 5%;

}

.HoverDescription {
    font-size: 1.15vw;
    margin-top: 5%;
}

.HoverBut {
    font-size: 1.15vw;
    margin-top: 3%;
    margin-bottom: 2%;
}

@media (max-width: 768px) {
    .HoverTitle {
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-size: 2em;
        margin-top: 1em;
        margin-bottom: 0.8em;

    }

    .HoverDescription {
        font-size: 1.3em;
        margin-top: 1em;
        margin-bottom: 0.8em;
    }

    .HoverBut {
        font-size: 1.5em;
        margin-top: 1em;
        margin-bottom: 0.5em;
    }
}

@media (max-width: 446px) {
    .HoverTitle {
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-size: 2em;
        margin-top: 1em;

    }

    .HoverDescription {
        display: none;
        font-size: 1.3em;
        margin-top: 0.5em;
    }

    .HoverBut {
        font-size: 1.2em;
        margin-top: 0.5em;
    }
}

.ServicesHover {
    visibility: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: aliceblue;
    font-weight: 100;
    border-radius: 5px;
}

.ServHovContent {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.BorderPadd {
    height: 100%;
}
/*  */
/* About Us */

#ImageAbout {
    display: block;
}
.AboutImage {
    height: 125%;
    box-shadow: 7px 7px 7px rgba(132, 132, 132, 0.7);
    visibility: visible;
    cursor: pointer;
    position: absolute;

}
.AboutImage:hover {
    height: 126%;
}
@media (max-width: 768px) {
    #ImageAbout {
        display: none;
    }
}
@media (max-width: 1048px) {
    .AboutImage {
        height: 110%;
    }
    .AboutImage:hover {
        height:111%;
    }
}
@media (max-width: 960px) {
    .AboutImage {
        height: 80%;
    }
    .AboutImage:hover {
        height: 81%;
    }
}

/*  */
/* Fixed Contact Bottom right */
#FixedContact {
    position: fixed;
    margin: 0.5em;
    bottom: 0px;
    right: 0px;
}


/*  */
/* Realisation */
.ReaContent {
    background-repeat: no-repeat; 
    background-size: cover; 
    height: 25em;
    width: 27%;
    color:white;
}

/*  */
/* Footer */
.contactMode .ContactText{
    font-family: Courier, monospace;
    font-size: 1vw;

}
.contactMode span {
    font-family: 'Times New Roman', Times, serif;
    font-weight: 500;
    font-size: 1vw;
    text-decoration: underline;
}
.contactMode span:hover {
    font-weight: 900;
    font-size: 1.1vw;
    text-shadow: 1px white;
}

/* Style all font awesome icons */
.fa {
    padding: 2%;
    font-size: 1.8em;
    width: 7%;
    text-align: center;
    border-radius: 50%;
    text-decoration: none;
    margin: 0.8em;
  }

/* Add a hover effect if you want */
.fa:hover {
    opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
    background: #3B5998;
    color: white;
}
/* Youtube */
.fa-youtube {
    background: #FF0000;
    color: white;
}
/* Linkedin */
.fa-linkedin {
    background: #007BB5;
    color:white;
}

.FooterLink {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.1vw;
    color:black;
    text-decoration: none;
    display: block;
    margin: 0.5em;
    opacity: 0.9;

}

.FooterLink{
    position: relative;
}
.FooterLink:hover {
    opacity: 1;
    color: black;
    text-decoration: underline;
}

.LienUtile h2 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 2vw;
}

.MainDevis {
    width: 40%;
    opacity: 1;
    
}

.Devis {
    opacity: 0.5;
    text-align: center;
    display:flex ;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.MainDevis {
    width: 40%;
    opacity: 1;
    text-align: center;
    display:flex ;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.oDeviso a {
    color: black;
    text-decoration: none;
}
