div.content {
    width: 1200px; 
    margin: 50px auto;
}
h1 {
    text-align: center;
    padding: 50px 0;
}

div.modeles {
    width: 100%;
    height: auto;
    margin: 20px 0;
}
div.modele {
    width: 100%; 
    height: 300px;
    margin: 10px 0;
    transition: 0.5s;
    overflow: hidden;
    transition: 0.5s;
}
div.modele:hover {
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
    cursor: pointer;
}
div.modele div.desc {
    width: calc(100% - 504px); 
    height: 300px;
    margin: 0;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    color: rgba(0,0,0,0.7);
}
div.modele div.desc p.titre {
    height: 30px;
    line-height: 30px;
    font-size: 1.5em;
    color: #283f35;
}
div.modele div.desc p.prix {
    height: 20px;
    line-height: 20px;
    color:#fdca7c;
}
div.modele div.photo {
    width: 500px; 
    height: 300px;
    margin: 0;
    padding: 0;
    display: inline-block;
}
div.modele div.photo div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

article {
    width: 100%;
    height: auto;
}
article div.photos {
    width: 100%;
    height: 70vh;
}
article div.photos div.photo {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

article div.description {
    width: 1200px;
    height: auto;
    background: #fff;
    margin: -50px auto 50px;
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.05);
}
article div.description h2 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0;
    color:#283f35;
    margin: -50px auto 50px;
    text-align: center;
}
article div.description div.textes {
    width: 100%;
    height: auto;
    padding: 20px 60px;
    float: none;
    clear: both;
}
article div.description div.textes div.arguments {
    width: 250px;
    height: auto;
    padding: 10px;
    background: #283f35;
    color:#fdca7c;
    float: left;
}
article div.description div.textes div.arguments ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
article div.description div.textes div.texte {
    width: calc(100% - 250px);
    height: auto;
    padding: 10px 30px;
    float: left;
}
article p strong {
    text-align: justify;
}
article p strong {
    color:#283f35;
}
article p a {
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px auto;
    color:#fdca7c;
}
article div.description div.textes div.arguments strong {
    color: #fff;
}



div#raccourcis {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 100px 0 0 0;
}
div#raccourcis div.autres {
    width: auto;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin: 50px 0;
}
div#raccourcis div.autres div.autre {
    width: 300px;
    height: auto;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
div#raccourcis div.autres div.autre div.photo {
    width: 300px;
    height: 200px;
    overflow: hidden;
}
div#raccourcis div.autres div.autre div.photo div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transform: scale(1);
    transition: 0.5s;
}
div#raccourcis div.autres div.autre:hover div.photo div {
    transform: scale(1.2);
    transition: 0.5s;
}
div#raccourcis div.autres div.autre div.desc {
    width: 300px;
    height: auto;
}
div#raccourcis div.autres div.autre div.desc p.titre {
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
}
div#raccourcis div.autres div.autre div.desc p.prix {
    color:#fdca7c;
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 1200px) {
    div.content {
        width: 100%;
    }

    article div.description h2 {
        background-color: #fff;
    }

    div.modele div.desc,
    div.modele div.photo {
        width: 50%;
        float: left;
    }

    article div.description {
        width: 100%;
        margin: 0;
    }
}
@media screen and (max-width: 980px) {
    article div.description div.textes {
        padding: 0 15px;
    }
    article div.description div.textes div.arguments {
        width: 500px;
        margin: 0 auto; 
        float: none;
    }
    article div.description div.textes div.texte {
        width: 100%;
        float: none;
    }
}
@media screen and (max-width: 768px) {
    div.content {
        width: 100%;
    }
    div.modele {
        height: auto;
        border: solid 1px rgba(0,0,0,0.05);
    }
    div.modele div.desc {
        height: auto;
        width: 100%;
        float: none;
    }
    div.modele div.photo {
        height: 400px;
        width: 100%;
        float: none;
    }
}
@media screen and (max-width: 680px) {
    article div.description div.textes div.arguments {
        width: 100%;
    }
    div#raccourcis div.autres {
        display: block;
        width: 100%;
    }
    div#raccourcis div.autres div.autre {
        width: 100%;
    }
    div#raccourcis div.autres div.autre div.photo {
        width: 100%;
        height: 400px;
    }
}
@media screen and (max-width: 480px) {
    div#raccourcis div.autres div.autre div.photo {
        height: 200px;
    }
}
