body {
    font-family: 'Roboto', serif;
    margin: 0;
}

/*
* section => HEADER
*/

.header,
h3,
h1 {
    color: #024089;
}

.text-fin {
    font-family: 'Roboto', serif;
    font-weight: 200;

    margin: 0 6px 0 6px;
}

.text-gris {
    color: #545454;
}

.header {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header-logo {
    text-align: center;
}

.header-logo img{
    width: 150px;
}

.header-text {
    margin: 0 4px 0 4px;

    display: flex;
    flex-direction: column;
}

.first-brand,
.center-recycle {
    margin: 0;
    text-align: center;
    margin-bottom: 5px;
}

.first-brand {
    text-justify: auto;
}

/*
* section => PART
*/

.part {
    padding-top: 10px;
}

.group-leaf {
    display: flex;
    padding-top: 10px;
    justify-content: center;
}

.green-leaf {
    width: auto;
    margin-right: -180px;
    max-width: 200px;
}

.leaf-container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.leaf-image {
    width: 100%;
    max-width: 400px;
    max-height: 300px;
    margin: 10px 0 10px 0;

    object-fit: cover;
    display: none;
    border-radius: 225px 10px;
}

.part-option {
    display: flex;
    justify-content: center;
}

.more-part {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.add-part img {
    display: block;
    object-fit: cover;
    width: 100px;
    height: 60px;
    margin: 4px;
    border-radius: 225px 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.add-part:hover img {
    transform: scale(1.1);
}

input[type="radio"] {
    display: none;
}

.real-part {
    margin-top: 15px;
}

.real-part p {
    background-color: #82C072;
    border-radius: 10px 50px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 10px;
    width: 80px;
    padding: 2px;
    margin-left: -100px;
}

.vehicule-data {
    display: flex;
    flex-direction: column;
    align-items: center;
}

table {
    width: 100%;
    border-collapse: collapse;
}

td {
    padding: 10px;
    text-align: left;
}

td {
    border-bottom: 1px solid #ccc;
}

table,
tr {
    border: none;
}

h2,
h4 {
    margin: 0;
    color: #3AAA35;
}

.icon-data {
    margin: 20px 0 20px 0;
    display: flex;
    justify-content: center;
}

.icon-data-card {
    display: flex;
    align-items: center;
    margin: 10px 0 10px 0;
}

.icon-data-card-text {
    margin-left: 10px;
}

.desc-data-card {
    font-size: 12px;
    color: #545454;
}

.svg {
    width: 94px;
    height: 94px;
}

/*
* La marque d'occasion
*/

.garantie {
    margin-top: 30px;
}

.info-group-img {
    margin: 20px 0 20px 0;
    display: flex;
    justify-content: center;
    background-image: url(feuille-verte-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.img-1,
.img-2 {
    margin: 0 15px 0 15px;
}

.img-1 {
    margin-bottom: 30px;
}

.img-2 {
    margin-top: 30px;
}

.info-group-img .group-img {
    max-width: 40%;
    border-radius: 5%;
    max-height: 50vh;
}

.info-desc {
    margin: 30px;
}

.info-title {
    color: #3AAA35;
}

.info-desc p {
    text-align: justify;

}

.desc-btn {
    margin-top: 30px;
}

.btn-shop {
    color: #024089;
    padding: 10px;
    border: solid 1.5px;
    text-decoration: none;
    border-color: #024089;
    border-radius: 50px;
}

.btn-shop:hover {
    color: #ffffff;
    background-color: #024089;
}

/*
* SHIPPING
*/

.info-shipping {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.info-shipping h1 {
    text-align: center;
}

.shipping-mode {
    display: flex;
    flex-direction: column;
}

.card-shipping {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px;
}

.card-shipping img {
    width: 120px;
    height: 120px;
}

.card-shipping div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-shipping div p {
    text-align: justify;
}

/*
* NEWS
*/

.news {
    margin: 20px;
}

.list-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card {
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin: 20px 0 20px 0;
    max-width: 250px;
    height: 430px;
}

.card-img {
    border-radius: 20px 20px 0 0;
    display: flex;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 150px;
}

.card-text {
    margin: 0 20px 0 20px;
}

.card-text p {
    font-size: 20px;
}

.card-text span {
    font-size: 14px;
    color: #545454;
}

/*
*   Garantie
*/

.garantie-desc {
    margin: 30px;
}

.garantie-desc p {
    text-align: justify;
}

/*
*   VIDEO
*/

.video {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px;
}
 
.video img {
    display: block;
    object-fit: cover;
    width: 100%;
    margin: 4px;
}

/*
*   GAMMES
*/

.info-gammes {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.info-gammes h1 {
    text-align: center;
}

.gammes-mode {
    display: flex;
    flex-direction: column;
}

.card-gammes {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px;
}

.card-gammes img {
    width: 250px;
}

.card-gammes-desc {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.favicon-gammes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.favicon-gammes p{
    text-align: center;
}

.favicon-gammes div {
    width: 80%;
    padding: 0 20px 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.favicon-gammes i {
    padding: .5em;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reman {
    color: #04A7E7;
}

.blue i {
    color: #04A7E7;
    border: 3px solid #04A7E7;
}

.green i {
    border: 3px solid #3AAA35;
    color: #3AAA35;
}

/*
* OUST
*/

.oust {
    background-color: #E5E5E5;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo-oust {
    width: 200px;
    margin: 20px 0 20px 0;
}

.text-oust {
    margin: 0 20px 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.oust-btn {
    margin: 20px 0 20px 0;
}

.text-oust p {
    color: #545454;
}

/*
*   FOOTER
*/

footer {
    background-color: #3AAA35;
    padding: 20px;
    color: #ffffff;
}

footer a {
    color: #ffffff;
    text-decoration: none;
}

.footer-first-part {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-group-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-group-logo h3,
.footer-list h4 {
    color: #ffffff;
}

.footer-list ul li a {
    text-decoration: none;
    color: #ffffff;
}

.footer-group-logo h3 {
    margin: 20px 0 20px 0;
}

.footer-list h4 {
    text-align: center;
}

.footer-list ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media only screen and (min-width: 640px) {
    .group-icon-data {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px 0 20px;
    }

    .icon-data-card {
        width: 50%;
        justify-content: center;
    }

    .icon-data-card-text {
        width: 170px;
    }

    .list-card {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }

    .card {
        margin: 20px;
    }

    .oust {
        flex-direction: row;
        justify-content: center;
    }

    .logo-oust {
        margin: 20px;
    }
}

@media only screen and (min-width: 768px) {
    .header {
        flex-direction: row;
        margin: 20px;
        align-items: center;
    }

    .first-brand,
    .center-recycle {
        font-size: 20px;
        text-align: start;
    }

    #part {
        padding: 4%;
        background-color: #E5E5E5;
    }

    .part {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #ffffff;
        border-radius: 20px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .group-data-leaf {
        width: 95%;

        display: flex;
        justify-content: center;
    }

    .group-part {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 50%;
    }

    .group-leaf {
        margin: 0 10px 0 10px;
    }

    .green-leaf-container {
        display: block;
    }

    .part-option {
        height: 30%;
        align-items: end;
    }

    .more-part {
        align-items: center;
    }

    .info {
        display: flex;
        align-items: center;
    }

    .info-desc {
        width: 70%;   
        margin: 30px 120px 30px 30px;
    }

    .garantie {
        display: flex;
        align-items: center;
    }

.garantie-desc {
        width: 70%;
        margin: 30px 30px 30px 70px;
    }

    .shipping-mode {
        flex-direction: row;
    }

    .card-shipping {
        width: 33%;
        text-align: center;
    }

    .gammes-mode {
        flex-direction: row;
    }

    .card-gammes {
        width: 50%;
        text-align: center;
    }

    .card-gammes-desc {
        width: 60%;
    }

    .card-gammes div p {
        text-align: justify;
    }

    .text-oust {
        flex-direction: row;
        width: 70%;
        justify-content: space-around;
    }

    div-logo-oust {
        width: 30%;
    }

    .oust-btn {
        margin-left: 30px;
    }

.video {
        flex-direction: row;
        justify-content: center;
        margin: 30px 20px 30px 30px;
    }
 
    .video-text {
        width: 30%;
        margin-left: 50px;
    }

    .group-footer-list {
        display: flex;
    }

    .footer-list {
        width: 30%;
        margin: 20px;
    }

    .footer-list h4 {
        text-align: left;
    }

    .footer-list ul {
        align-items: start;
    }
}

@media only screen and (min-width: 1024px) {
    .more-part {
        align-items: end;
    }

    .vehicule-data {
        width: 50%;
    }

    .icon-data-card {
        width: 20%;
    }

    .icon-data-card-text {
        width: auto;
    }

    .info-group-img {
        width: 50%;
    }

    .news {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .favicon-gammes div {
        width: 40%;
        padding: 0 20px 0 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-first-part {
        flex-direction: row;
        justify-content: space-around;
    }

    .footer-group-logo {
        width: 20%;
    }

    .footer-group-logo h3 {
        text-align: center;
    }
}
@media only screen and (min-width: 1199px) {
    .list-card {
        width: 871px;
    }
}
 
@media only screen and (min-width: 1490px) {
    .list-card {
        width: auto;
    }
}