/* Polices d'Écriture du Site */
@font-face {
    font-family: "Roboto";
    src: url('polices\Roboto\Roboto-Regular.ttf');
}

body {
    background-image: url('../images/codesurordinateur.png');
    background-size: cover;
    background-attachment: fixed;
    display: block;
    min-width: 900px;
    margin: auto;
}

/* Header Style */
header {
    text-align: center;
    padding: 20px;
    color: #766b76;
    background-color: #e5e7e8;
    font-family: "Roboto";
    font-style: bold;
}

h1 {
    color: #2c2c2e;
    font-size: larger;
}


/* Navigation Menu Style */
nav {
    text-align: center;
    word-spacing: 50px;
    padding: 20px;
    background-color: #e5e7e8;
}

nav a {
    color: #2c2c2e;
    text-decoration: none;
    font-size: larger;
    font-style: italic;
}


 /* Main */
main {
    font-family: "Roboto";
    display: flexbox;
    flex-direction: column;
    justify-content: center;
}
h2 {
    margin-left: 35%;
    text-decoration: underline;
}
main h3 {
    margin-left: 35%;
    font-size: 1.5em;
    text-decoration: underline;
}
h4 {
    margin-left: 15%;
    font-style: italic;
    color: rgb(127, 9, 156);
    font-size: 1.5em;
}
p {
    font-size: 1.5em;
}
button {
    height: 50px;
    border-radius: 25px;
    background: radial-gradient(circle farthest-corner at center center, #5555c7 0%, #2c2c2e 80%);
    color: white;
    font-size: 1.5em;
}
button:hover {
    scale: 1.2;
}



.title {
    display: flex;
    justify-content: center;
    padding-left: 150px;
}
.title h1 {
    font-size: 3.5em;
    color: rgb(123, 14, 150);
    font-style: italic;
    text-shadow: 4px 4px 2px rgba(44,44,46,0.6);
}
.row1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin-left: 10%;
    margin-right: 10%;
}
.row1 i {
    color: #2c2c2e;
}
.row1 h1 {
    font-size: 2em;

}
.row1 img {
    width: 350px;
    border-radius: 50%;
}
.metier {
    display: flex;
    flex-direction: column;
}
.descriptionMetier {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.descriptionMetier button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.descriptionMetier a {
    text-decoration: none;
}

.offres button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.offres a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.offres p {
    display: flex;
    justify-content: center;

}

.deroulement p {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 15%;
}
.deroulement strong {
    color: red;
}

.competences {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.competences p {
    margin-left: 15%;
}

.portfolio {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.portfolio p {
    margin-left: 15%;
}