/* Polices d'Écriture du Site */
@font-face {
    font-family: "Roboto";
    src: url('polices\Roboto\Roboto-Regular.ttf');
}

/* 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;
 }

button {
    background: radial-gradient(circle farthest-corner at center center, #5555c7 0%, #2c2c2e 80%);
}
.wordpress:hover {
    scale: 1.2;
}
.html:hover {
    scale: 1.2;
}
.premium:hover {
    scale: 1.2;
}
.maintenance:hover {
    scale: 1.2;
}
.refonte:hover {
    scale: 1.2;
}



/* Main */

.container {
    font-family: "Roboto";
    padding: 50px;
}

.container h1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    justify-content: center;
    font-size: 3.5em;
    color: #5555c7;
    text-shadow: 4px 4px 2px rgba(44,44,46,0.6);
}

.container h2 {
    font-style: italic;
    color: #5555c7;
    font-size: 2em;
}

.container h3 {
    color: #ff0000;
    font-size: 1.5em;
}

.container p {
    font-size: 1.2em;
}



.row1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-shrink: 20% 20% 20%;
    gap: 10%;
    margin-inline: 10%;
}


.row2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-shrink: 30% 30%;
    gap: 20%;
    margin-inline: 20%;
}


button {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background-color: #5555c7;
    color: white;
    font-size: 1.5em;
}


.wordpress {
    border: 2px solid #2c2c2e;
    padding: 20px;
    border-radius: 20px;
    background-color: #e5e7e8;
    box-shadow: 10px 10px 5px 0px rgba(44,44,46,0.75);
}
.html {
    border: 2px solid #2c2c2e;
    padding: 20px;
    border-radius: 20px;
    background-color: #e5e7e8;
    box-shadow: 10px 10px 5px 0px rgba(44,44,46,0.75);
}
.premium {
    border: 2px solid #2c2c2e;
    padding: 20px;
    border-radius: 20px;
    background-color: #e5e7e8;
    box-shadow: 10px 10px 5px 0px rgba(44,44,46,0.75);
}
.maintenance {
    border: 2px solid #2c2c2e;
    padding: 20px;
    border-radius: 20px;
    background-color: #e5e7e8;
    box-shadow: 10px 10px 5px 0px rgba(44,44,46,0.75);
}
.refonte {
    border: 2px solid #2c2c2e;
    padding: 20px;
    border-radius: 20px;
    background-color: #e5e7e8;
    box-shadow: 10px 10px 5px 0px rgba(44,44,46,0.75);
}

