/* boutons choix de modif */

.choixEdit{
    text-align: center;
    margin: 1%;
}

.choixEtitProjet{
    padding: 1%;
    border: 1px solid white;
    background-color: #555;
    color: white;
    cursor: pointer;
}

.blocSupprim, .blocEdition, .blocAjout{
    width: 80%;
    background: rgba(255, 255, 255, 0.631);
    margin: 10% auto;
    display: none;
    padding: 1%;
    text-align: center;
    border-radius: 2%;
}

.blocAjout p {
    color: green;
    font-size: 1.3em;
}

.blocAjout button, option {
    cursor: pointer;
}

.boutonResetProjet{
    width: 200px;
    font-size: 1.5em;
    background: linear-gradient(to top, rgb(238, 230, 0), rgb(71, 67, 1));
    padding: 3%;
    border: none;
    border-radius: 10%;
    cursor: pointer;
    color: white;
}

.boutonResetProjet:hover{
    background: linear-gradient(to top, rgb(71, 67, 1), rgb(238, 230, 0));
}

.boutonChoixEditerProjet{
    width: 300px;
    font-size: 1.5em;
    background: linear-gradient(to top, rgb(99 0 238), rgb(1, 39, 71));
    padding: 3% 2%;
    border: none;
    border-radius: 5%;
    cursor: pointer;
    color: white;
}

.boutonChoixEditerProjet:hover{
    background: linear-gradient(to top, rgb(1, 39, 71), rgb(99 0 238));
}

.boutonEditerProjet{
    width: 200px;
    font-size: 1.5em;
    background: linear-gradient(to top, rgb(238, 103, 0), rgb(71, 32, 1));
    padding: 3%;
    border: none;
    border-radius: 10%;
    cursor: pointer;
    color: white;
}

.boutonEditerProjet:hover{
    background: linear-gradient(to top, rgb(71, 32, 1), rgb(238, 103, 0));
}

.boutonAjoutProjet{
    width: 200px;
    font-size: 1.5em;
    background: linear-gradient(to top, rgb(0, 238, 0), rgb(1, 71, 1));
    padding: 3%;
    border: none;
    border-radius: 10%;
    cursor: pointer;
    color: white;
}

.boutonAjoutProjet:hover{
    background: linear-gradient(to top, rgb(1, 71, 1), rgb(0, 238, 0));
}

.blocSupprim p {
    color: rgb(128, 0, 0);
    font-size: 1.3em;
}

.boutonSupprimProjet{
    width: 200px;
    font-size: 1.5em;
    background: linear-gradient(to top, rgb(238, 0, 0), rgb(71, 1, 1));
    padding: 3%;
    border: none;
    border-radius: 10%;
    cursor: pointer;
    color: white;
}

.boutonSupprimProjet:hover{
    background: linear-gradient(to top, rgb(71, 1, 1), rgb(238, 0, 0));
}

.afficheProjet{
    width: 33.33%;
    background-color: rgba(255, 255, 255, 0.749);
    display: inline-block;
    text-align: center;
    border: 1px solid black;
}

.blocToutProjet{
    margin-top: 10%;
    margin-bottom: 10%;
}

.deplacerProjet, .modifierProjet, .modifierContenuProjet, .modifierPhotoProjet, .modifierVideoProjet, .modifierPhotosSupprimProjet, .modifierVideosSupprimProjet, .modifierPhotosAjoutProjet, .modifierVideosAjoutProjet{
    display: none;
    margin-top: 1%;
}
