/*BOUTON_PLOUGASNOU*/
.BOUTON_PLOUGASNOU{
    width:550px;
    height:58px;
    background-color: #aaa;
    color:white;
    font-size: 26px;
    font-weight: bold;
}

.BOUTON_PLOUGASNOU_edit,.BOUTON_PLOUGASNOU_ajout{
    height:100px; width:100px;
    text-align: center;
    padding-top:40px;color:white
}

.BOUTON_PLOUGASNOU--btn{
    box-shadow: 2px 2px 2px #cecece;
    text-align: center;
    padding-top: 6px;
}

.BOUTON_PLOUGASNOU--icon{
    width: 58px;
    height: 58px;
    box-shadow: 2px 2px 2px #cecece;
    padding-top: 6px;
    text-align: center;
}

.BOUTON_PLOUGASNOU--Grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 50px;
    width: 600px;
}

.BOUTON_PLOUGASNOU--Grid--btn{
    grid-column: 1 / 1;
}
.BOUTON_PLOUGASNOU--Grid--icon{
    grid-column: 2 / 2;
}
@media screen and (max-width:1500px) {
    .BOUTON_PLOUGASNOU--Grid {
        margin:0 auto;
    }
    .Button {
        margin-top: 10px;
    }
}
@media screen and (max-width:720px) {
    .BOUTON_PLOUGASNOU--Grid {
        width:100%;
        display: inherit;
    }
    .BOUTON_PLOUGASNOU {
        width:100%;
    }
    .BOUTON_PLOUGASNOU--Grid--icon {
        display:none;
    }

}