#dessin,
#dessinAC
{
    align-self: center;
    padding: 0 10px 0 60px;
}
#dessinAC img,
#dessinRX,
#dessinSM
{
    box-shadow: 0 3px 12px rgba(0,0,0, .23),
        0 3px 12px rgba(0,0,0, .16);
    border-radius: 20px;
}
#ideereal
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}
#idee
{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    align-content: center;
}
#patron
{
    padding-left: 10px;
}
#patron img
{
    margin-top: 40px;
}
#real
{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    align-content: center;
    padding-left: 40px;
}
#tailleur
{
    padding-left: 10px;
}
#tailleur img
{
    margin-top: 40px;
}
.slider
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    animation: slide 10s infinite linear;
    margin: 0;
    width: 500%;
    height: 473px;
    overflow: hidden;
}
.slider-wrapper
{
    width: 315px;
    height: 473px;
    margin: 0;
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(0,0,0, .23),
        0 3px 12px rgba(0,0,0, .16);
    border-radius: 10px;
}
.slide
{
    height: 473px;
}
.slide img {
    width: 315px;
    height: 473px;
}
@keyframes slide
{
    0%, 19%
    {
        transform: translateX(0);
    }
    20%, 39%
    {
        transform: translateX(-20%);
    }
    40%, 59%
    {
        transform: translateX(-40%);
    }
    60%, 79%
    {
        transform: translateX(-60%);
    }
    80%, 99%
    {
        transform: translateX(-80%);
    }
    100%
    {
        transform: translateX(-100%);
    }
}
.grandePhoto
{
    align-self: flex-start;
    padding-top: 0;
}
div#photo
{
    margin: 0 auto;
}
#album
{
    box-shadow: 0 1.5px 4px rgba(110, 78, 50, 1),
        0 1.5px 6px rgba(110, 78, 50, 1);
    border-radius: 10px;
}
#vignettes2
{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin-top: 20px;
}
#precedent,
#suivant,
#lancer,
#arreter
{
    align-self: center;
}
.img_miniature
{
    border-radius: 10px;
    box-shadow: 2px 3px 0px rgba(110, 78, 50, .40),
        2px 3px 1px rgba(110, 78, 50, .60);
    cursor:pointer;
    margin-right: 30px;
}
#lancer,
#arreter
{
    display: none;
}
input,
button
{
    width: 80px;
    height: 80px;
    border: #f7f5f2 1px solid;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    color: #7030a0;
    font-weight: bold;
    text-decoration: none;
}
input[type="button"],
button
{
    color: #6e4e32;
    font-weight: bold;
    background: #444;
    background: linear-gradient(#f7f5f2, #f5d0b0);
    box-shadow: 0 0 10px rgba( 245, 208, 176, 0.8),
        0 -1px 0 rgba( 110, 78, 50, 0.6);
    text-decoration: none;
}
input[type="button"]:hover,
button:hover
{
    cursor:pointer;
    box-shadow: 3px 2px 0px #f5d0b0;
}
#precedent,
#suivant,
#lancer,
#arreter {
    border: none;
}
#precedent input:focus,
#suivant input:focus,
#lancer button:focus,
#arreter button:focus
{
    outline: none;
}
#lancer button
{
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
#arreter button
{
    width: 30px;
    height: 30px;
    margin-right: 15px;
}
#precedent input
{
    width: 30px;
    height: 30px;
    margin-right: 30px;
}
#suivant input
{
    width: 30px;
    height: 30px;
}
#precedent:hover,
#suivant:hover,
#lancer:hover,
#arreter:hover
{
    cursor:pointer;
}
@media (max-width: 1550px)
{
    .grandePhoto,
    div#photo,
    img#album
    {
        width: 262px;
    }
}
@media (max-width: 1370px)
{
    #dessinAC img,
    #dessinRX,
    #dessinSM
    {
        box-shadow: 0 3px 12px rgba(0,0,0, .23),
            0 3px 12px rgba(0,0,0, .16);
        border-radius: 20px;
    }
    #dessinAC
    {
        width: 140px;
        height: 227px;
    }
    #dessinRX
    {
        width: 139px;
        height: 211px;
    }
    #dessinSM
    {
        width: 140px;
        height: 227px;
    }
    #patron img
    {
        width: 70px;
    }
    #tailleur img
    {
        width: 70px;
    }
    .slider-wrapper, .slide img
    {
        width: 262px;
        height: 393px;
    }
    .slider, .slide
    {
        height: 393px;
    }
    .grandePhoto,
    div#photo,
    img#album
    {
        width: 187px;
    }
    .img_miniature
    {
        width: 75px;
        margin-right: 20px;
    }
}
@media (max-width: 1170px)
{
    .grandePhoto,
    div#photo,
    img#album
    {
        width: 171px;
    }
}
@media (max-width: 1150px)
{
    .slider-wrapper, .slide img
    {
        width: 211px;
        height: 317px;
    }
    .slider, .slide
    {
        height: 317px;
    }
    .img_miniature
    {
        width: 60px;
        margin-right: 10px;
    }
}
@media (max-width: 850px)
{
    #dessin,
    #dessinAC
    {
        display: none;
    }
    #patron img
    {
        width: 41px;
    }
    #tailleur img
    {
        width: 41px;
    }
    .slider-wrapper, .slide img
    {
        width: 167px;
        height: 252px;
    }
    .slider, .slide
    {
        height: 252px;
    }
    .grandePhoto,
    div#photo,
    img#album
    {
        width: 167px;
    }
    #lancer,
    #arreter
    {
        display: none;
    }
    #vignettes2
    {
        justify-content: center;
        width: auto;
    }
    .img_miniature
    {
        width: 30px;
        margin-right: 4px;
    }
    input[type="button"]
    {
        font-size: 10px;
    }
    #precedent input
    {
        width: 18px;
        height: 18px;
        margin-right: 4px;
    }
    #suivant input
    {
        width: 18px;
        height: 18px;
    }
}