    /*Valeur globale*/
    
    * {
        margin: 0;
    }
    
    body {
        background-color: #F3F3F3;
    }
    
    .titre {
        text-align: left;
        font-size: 35px;
        color: #fff;
        font-size: 35px;
        text-align: left;
        padding-top: 2%;
        padding-bottom: 2%;
        padding-left: 5%;
        background-color: var(--lcv_black);
        width: 100%;
        box-sizing: border-box;
    }
    
    @media (max-width: 774px) {
        .titre {
            font-size: 25px;
        }
    }
    
    .titre .fas {
        color: var(--lcv_green) !important;
    }
    
    .blanc {
        background-color: #fff;
    }
    /*===================================Section machine=============================================*/
    
    .section__machine {
        padding-bottom: 2%;
        padding-top: 1%;
        background-color: #fff;
        overflow: hidden;
    }
    
    .section__machine .titre__machine {
        padding-left: 10%;
    }
    
    .section__machine .box__imagesprix {
        padding-left: 10%;
        padding-right: 10%;
        width: 80%;
        display: flex;
        position: wrap;
    }
    
    .section__machine .box__imagesprix .div__images {
        width: 55%;
    }
    
    .section__machine .box__imagesprix .div__images .onepicture {
        width: 100%;
    }
    
    .section__machine .box__imagesprix .div__images .onepicture img {
        width: 100%;
    }
    
    .section__machine .box__imagesprix .div__prix {
        width: 45%;
        padding: 10px;
        display: block;
        overflow: hidden;
    }
    
    .section__machine .box__imagesprix .div__prix .titre__prix {
        font-size: 30px;
    }
    
    .section__machine .box__imagesprix .div__prix .enstock {
        color: #15b624;
        font-size: 12px;
        padding-bottom: 3%;
    }
    
    .section__machine .box__imagesprix .div__prix .commander {
        color: #ff0000;
        font-size: 12px;
        padding-bottom: 3%;
    }
    
    .section__machine .box__imagesprix .div__prix .spec {
        font-size: 18px;
    }
    
    .section__machine .box__imagesprix .div__prix .spec::before {
        font-size: 18px;
        content: "• ";
        color: var(--lcv_green);
    }
    
    .section__machine .box__imagesprix .div__prix .commentaire {
        font-size: 14px;
        padding-top: 2%;
        padding-bottom: 5%;
        display: block;
    }
    
    .section__machine .box__imagesprix .div__prix .tarif__prix {
        font-size: 15px;
        margin-bottom: -2%;
    }
    
    .section__machine .box__imagesprix .div__prix .prix__prix {
        font-size: 50px;
        font-weight: 700;
        margin-top: 0%;
        color: var(--lcv_green);
    }
    
    .section__machine .box__imagesprix .div__prix .prix__prix span {
        font-size: 20px;
    }

    .section__machine .box__imagesprix .div__prix .prix__prix.new {
        font-size: 50px;
        font-weight: 700;
        color: #ff0000;
    }

    .section__machine .box__imagesprix .div__prix .prix__prix.promo {
        font-size: 25px;
        font-weight: 300;
        text-decoration: line-through;
        color: #000000;
    }
    
    .section__machine .box__imagesprix .div__prix .tarif__prix__ttc {
        font-size: 12px;
    }
    
    .section__machine .box__imagesprix .div__prix .prix__prix__ttc {
        font-size: 20px;
        margin-top: 0%;
    }
    
    .section__machine .box__imagesprix .div__prix .prix__prix__ttc span {
        font-size: 10px;
    }
    
    .section__machine .box__imagesprix .div__prix .bouton {
        padding-top: 50px;
    }
    
    @media (max-width: 774px) {
        .section__machine .box__imagesprix {
            display: block;
        }
        .section__machine .box__imagesprix .div__images {
            width: 100%;
        }
        .section__machine .box__imagesprix .div__prix {
            width: 100%;
        }
        .section__machine .box__imagesprix .div__prix .titre__prix {
            font-size: 25px;
        }
        .section__machine .box__imagesprix .div__prix .adjectif__prix {
            padding-bottom: 0;
        }
        .section__machine .box__imagesprix .div__prix .prix__prix {
            font-size: 40px;
            margin-top: 0%;
        }
        .section__machine .box__imagesprix .div__prix .prix__prix.new {
            font-size: 40px;
        }
        .section__machine .box__imagesprix .div__prix .prix__prix.promo {
            font-size: 20px;
        }
        .section__machine .box__imagesprix .div__prix .bouton {
            padding-top: 10px;
        }
    }
    
    @media (min-width: 775px) and (max-width: 865px) {
        .section__machine .box__imagesprix .div__images {
            width: 50%;
        }
        .section__machine .box__imagesprix .div__prix {
            width: 50%;
        }
    }
    /*========================================      ===========================================*/
    
    div.bouton {
        /* On met la div bouton au milieu */
        text-align: center;
        margin-top: 20px;
    }
    
    div.bouton p {
        /* Si il y a du texte on fixe la police en petit */
        font-size: 12px;
    }
    
    a.boutonnoirvert {
        /* On créé un bouton rectangulaire qui s'affiche en noir  */
        background: var(--lcv_black);
        color: #fff;
        padding: 12px;
        margin: 12px;
        text-decoration: none;
        font-size: 22px;
    }
    
    a.boutonnoirvert:hover {
        /* On fait en sorte qu'il s'affiche en vert lors du survol */
        background: var(--lcv_green);
    }
    
    /*===================================Section devis====================================*/
    
    .section__devis {
        background-color: rgb(243, 243, 243);
        height: 100%;
        margin: 0;
    }
    
    .section__devis .box__formulairedevis {
        width: 90%;
        margin: 5%;
        margin-top: 3%;
        display: flex;
    }
    
    .section__devis .box__formulairedevis .contact {
        width: 250px;
        display: flex;
        flex-direction: column;
    }
    
    .section__devis .box__formulairedevis .contact .nouscontacter {
        background-color: var(--lcv_green);
        color: #fff;
        padding: 5%;
        padding-top: 20%;
        padding-bottom: 15%;
        font-size: 12px;
    }
    
    .section__devis .box__formulairedevis .contact .nouscontacter h4 {
        font-size: 25px;
        font-weight: bold;
        color: #ffffff;
    }
    
    .section__devis .box__formulairedevis .contact .nouscontacter p {
        padding-top: 10px;
    }
    
    .section__devis .box__formulairedevis .contact .telephone {
        padding: 5%;
        background-color: var(--lcv_black);
        color: #fff;
    }
    
    .section__devis .box__formulairedevis .contact .telephone span {
        color: var(--lcv_green);
        font-size: 25px;
    }
    
    .section__devis .box__formulairedevis .formulaire {
        width: 80%;
    }
    
    .section__devis .box__formulairedevis .formulaire h4 {
        padding: 2%;
    }
    
    .section__devis .box__formulairedevis .formulaire h4 span {
        color: var(--lcv_green);
    }
    
    .section__devis .box__formulairedevis .formulaire {
        width: 80%;
    }
    
    .section__devis .box__formulairedevis .formulaire h4 {
        padding: 2%;
    }
    
    .section__devis .box__formulairedevis .formulaire form {
        display: flex;
        flex-wrap: wrap;
    }
    
    .section__devis .box__formulairedevis .formulaire form p {
        width: 90%;
    }
    
    .section__devis .box__formulairedevis .formulaire form input {
        background-color: #fff;
        border: 0px;
        width: 40%;
        height: 50px;
        margin: 2%;
        margin-top: 0%;
        color: var(--lcv_black);
    }
    
    .section__devis .box__formulairedevis .formulaire form .livraison {
        width: 100%;
    }
    
    .section__devis .box__formulairedevis .formulaire form .livraison label {
        font-size: 13px;
    }
    
    .section__devis .box__formulairedevis .formulaire form .livraison .rdvclient {
        width: 50%;
    }
    
    .section__devis .box__formulairedevis .formulaire form .livraison .rdvclient input {
        background-color: #fff;
        border: 0px;
        width: 40%;
        height: 10px;
        margin: 2%;
        margin-top: 0%;
        color: var(--lcv_black);
    }
    
    .section__devis .box__formulairedevis .formulaire form .choixagences {
        width: 100%;
        margin-left: 2%;
    }
    
    .section__devis .box__formulairedevis .formulaire form .choixagences label {
        font-size: 16px;
    }
    
    .section__devis .box__formulairedevis .formulaire form .choixagences select {
        background-color: #fff;
        width: 86%;
        height: 50px;
        margin-bottom: 2%;
        color: var(--lcv_black);
        appearance: none;
        border: 0;
        border-radius: 0;
    }
    
    .section__devis .box__formulairedevis .formulaire form .choixadresse {
        width: 100%;
    }
    
    .section__devis .box__formulairedevis .formulaire form .choixadresse label {
        font-size: 16px;
        margin-left: 2%;
    }
    
    .section__devis .box__formulairedevis .formulaire form textarea {
        background-color: #fff;
        border: 0px;
        width: 84%;
        height: 200px;
        margin: 2%;
        margin-top: 0%;
        color: var(--lcv_black);
    }
    
    .section__devis .box__formulairedevis .formulaire form p {
        margin-left: 2%;
    }
    
    .section__devis .box__formulairedevis .formulaire form label {
        display: block;
        padding-left: 15px;
        text-indent: -15px;
        font-size: 10px;
        width: 84%;
    }
    
    .section__devis .box__formulairedevis .formulaire form label input {
        width: 13px;
        height: 13px;
        padding: 0;
        padding-left: 2%;
        margin: 0;
        margin-left: 2%;
        vertical-align: bottom;
        position: relative;
        top: -1px;
        overflow: hidden;
    }
    
    .section__devis .box__formulairedevis .formulaire form button {
        border: 0px;
        width: 20%;
        margin: 2%;
        margin-top: 0%;
        height: 50px;
        background: var(--lcv_green);
        color: #fff;
    }
    
    .section__devis .box__formulairedevis .formulaire form button:hover {
        background: var(--lcv_black);
    }
    
    @media (max-width:1000px) {
        .section__devis .box__formulairedevis .contact .nouscontacter {
            font-size: 14px;
        }
        .section__devis .box__formulairedevis .contact .nouscontacter h4 {
            font-size: 18px;
        }
        .section__devis .box__formulairedevis .contact .telephone {
            font-size: 14px;
        }
        .section__devis .box__formulairedevis .contact .telephone span {
            font-size: 20px;
        }
    }
    
    @media (max-width:700px) {
        .section__devis .box__formulairedevis {
            flex-direction: column;
        }
        .section__devis .box__formulairedevis .contact {
            width: 100%;
            display: flex;
            flex-direction: column;
        }
        .section__devis .box__formulairedevis .contact .nouscontacter {
            padding: 5%;
        }
        .section__devis .box__formulairedevis .formulaire {
            width: 100%;
        }
        .section__devis .box__formulairedevis .formulaire h4 {
            font-size: 18px;
        }
        .section__devis .box__formulairedevis .formulaire form {
            display: flex;
            flex-wrap: wrap;
        }
        .section__devis .box__formulairedevis .formulaire form input {
            width: 45%;
        }
        .section__devis .box__formulairedevis .formulaire form textarea {
            width: 94%;
        }
    }
    
    @media (max-width:600px) {
        .section__devis .box__formulairedevis .formulaire form input {
            width: 94%;
        }
    }
    
    @media (max-width:400px) {
        .section__devis .box__formulairedevis .formulaire form button {
            width: 30%;
        }
    }