body {
    background-color: black;
}

.texte {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: Helvetica;
    color : rgb(0, 0, 0);
    border-top: solid rgb(104, 104, 104);
    text-shadow: 0px 0px 20px white;
    font-size: 2em;
    height: 300px;
    width: 100%;
    background-color: white;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-image: url(../image/croquis.jpg);
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.8;
}

.Theme {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    font-family: Helvetica;
    background-color: black;
    background : linear-gradient(to bottom,rgb(39, 39, 39),black);
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    height: 110px;
    margin-top: 100px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.theme-nom {
    height : 500px;
    display: flex;
    position: relative;
    display: flex;
    justify-content: center;
}

#image-theme {
    position: absolute;
    z-index: 1;
    height: 500px;
    width: auto;
    opacity: 0;
    transition: opacity 2s ease;
}

#image-theme:hover {
    opacity: 1;
}

#modele-theme {
    font-family: Helvetica;
    font-size: 5em;
    color : white;
    text-shadow: 0px 0px 20px rgb(48, 48, 48);
    margin-top: 300px;
    position: absolute;
    z-index: 2;
}

.URL {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    font-family: Helvetica;
    font-size: 2em;
    background: linear-gradient(to bottom,rgb(39, 39,39),transparent);
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
}

#URL-p2 {
    color: rgb(0, 0, 167);
    text-decoration: underline;
}

.maquette {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    width: 90%;
    font-family: Helvetica;
    font-size: 1.2em;
    color: white;
    text-align: center;
}

.maquette img {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}


#titre-maquette {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: Helvetica;
    font-size: 2em;
    padding : 30px;
    height: 150px;
    background: linear-gradient(to bottom, rgb(39, 39, 39),transparent);
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.bandeau-fin {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    color: rgb(136, 136, 136);
    background-color: #5A5A5A;
    height : 25em;
    width: 100%;
    font-family: Helvetica;
    font-size: 1.1em;
}

#degrade3 {
    position: absolute;
    width: 100%;
    height: 25em;
    z-index: 3;
    opacity: 0.85;
    background: linear-gradient(to right,black,transparent), linear-gradient(to left, black, transparent) ;
}

.TEXTE1 {
    margin-top: 50px;
    z-index: 4;
    display: flex;
    flex-direction: column;
    font-family: Helvetica;
    border-top : solid 1px rgb(67, 0, 211);
}

.TEXTE2 {
    margin-top: 50px;
    z-index: 4;
    display: flex;
    flex-direction: column;
    font-family: Helvetica;
    border-top: solid 1px red;
}

.TEXTE3 {
    margin-top: 380px;
    position: absolute;
    z-index: 5;
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    font-family: Helvetica;
    border-top: solid 1px rgb(72, 72, 72);
    font-size: 13px;
    color: rgb(58, 58, 58);
}

.titre {
    font-size: 1.2em;
    text-decoration: underline;
}

.bandeau-fin a {
    color : rgb(136, 136, 136);
}