body{
    margin: 0;
    padding: 0;
    background-color: var(--body);
}

.espace_header{
    height: 6em;
}

.categorie{
    display: flex;
    justify-content: center;
    background-color: var(--primary-color);
}

.categorie h1{
    color: white;
    font-family: "elza-round-variable", sans-serif;
    font-variation-settings: "wght" 700;
    font-size: 1.2em;
}

.container_definition{
    display: grid;
    grid-template-columns: 50% 50%;
    border-bottom: 1px solid var(--primary-color);
}

.container_img_premier{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.retour{
    position: absolute;
    top: 10px;
    left: 30px;
    font-family: "elza-round-variable", sans-serif;
    font-variation-settings: "wght" 700;
    display: flex;
    text-decoration: none;
    color: black;
    align-items: center;
}

.fleche{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.img_ordifruit{
    width: 70%;
    padding: 3em 2em 3em 1em;
}

.img_affiche{
    width: 65%;
    margin: 4em 0;
    border-radius: 1em;
}

.container_texte{
    border-left: 1px solid var(--primary-color);
}

.container_texte h4{
    font-family: "elza-round-variable", sans-serif;
    font-variation-settings: "wght" 700;
    color: var(--primary-color);
    margin: 0;
    padding: 1.2em 1.3em;
    border-bottom: 1px solid var(--primary-color);
}

.titre{
    font-family: "Sofia pro soft", sans-serif;
    color: #6c6c6c;
}

.info{
    display: flex;
    align-items: center;
}

.icon_info{
    width: 5%;
    margin-left: 1em;
}

.texte{
    font-family: "Sofia pro soft", sans-serif;
    margin: 0 1.5em 0.5em;
    line-height: 1.4;
}

.container_logiciel{
    display: flex;
    gap: 1em;
    margin-left: 1.5em;
    margin-top: 0;
}

.logiciel{
    font-family: "Sofia pro soft", sans-serif;
    background-color: var(--primary-color);
    color: white;
    border-radius: 2em;
    padding: 0.4em 0.9em;
}

.mot{
    font-family: "elza-round-variable", sans-serif;
    font-variation-settings: "wght" 700;
}


/*font-family: "termina", sans-serif;
font-weight: 800;
font-style: normal;*/

/*------------------------------------ RESULTAT -------------------------------*/
.container_resultat{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.resultat{
    border-bottom: 1px solid var(--primary-color);
    width: 100%;
    display: flex;
    justify-content: center;
}

h2{
    font-family: "elza-round-variable", sans-serif;
    font-variation-settings: "wght" 700;
    font-size: 1.7em;
    color: var(--primary-color);
    padding-top: 0.5em;
}

.container_img{
    background-color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2em 0;
    width: 100%;
}

.video{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

iframe{
    border-radius: 0.7em;
    width: 660px;
    height: 400px;
}

/*---------------------------- RESULTAT SITE FRUIT -------------------------------------*/
.img_ordifruit{
    width: 110%;
    padding: 0;
}

.img_resultat_siteFruit{
    width: 95%;
}


/*---------------------------- RESULTAT AFFICHE -------------------------------------*/
.img_resultat_affiche{
    width: 30%;
    margin: 2em 0;
}

.titre_texte{
    font-family: "elza-round-variable", sans-serif;
    font-variation-settings: "wght" 700;
    color: white;
    font-size: 1.2em;
    margin-top: 0;
}

.texte_affiche{
    color: white;
    font-family: "Sofia pro soft", sans-serif;
}

.container_histoire{
    width: 30%;
    margin-left: 2em;
}

/*---------------------------- RESULTAT SITE PLUGIN -------------------------------------*/
.img_tab{
    width: 75%;
}

.container_img_plugin{
    background-color:  var(--primary-color);
    display: flex;
    justify-content: center;
    padding: 3em 0;
    width: 100%;
    gap: 5em;
}

.img_resultat_plugin{
    width: 40%;
    border-radius: 1em;
}


/*---------------------------- RESULTAT SITE GYM -------------------------------------*/
.img_ordiGym{
    width: 120%;
}

.img_resultat_siteGym{
    width: 90%;
    padding: 1.5em 0;
}


/*---------------------------- RESULTAT SITE SCKAND -------------------------------------*/
.img_ordiSckand{
    width: 100%;
}

.img_resultat_siteSckand{
    width: 95%;
    padding: 1em 0;
}


/*---------------------------- RESULTAT COMPOSITION -------------------------------------*/
.img_composition{
    width: 60%;
    border-radius: 1em;
}

.img_resultat_composition{
    width: 40%;
    margin: 1em 0;
    border-radius: 1em;
}


/*---------------------------- RESULTAT DOCUMENTAIRE -------------------------------------*/
.img_docu{
    width: 65%;
    border-radius: 1em;
}


@media (max-width: 768px){
    .espace_header{
        height: 5em;
    }

    .container_definition{
        display: flex;
        flex-direction: column;
    }

    .container_definition h4{
        border-top: 1px solid var(--primary-color);
    }

    .container_texte h4{
        text-align: center;
    }

    .container_texte{
        border-left: none;
    }

    .container_logiciel{
        display: flex;
        justify-content: center;
        margin: 1.5em 0;
        padding: 0 1em;
        flex-wrap: wrap;
    }

    .logiciel{
        margin: 0;
    }

    .retour{
        display: none;
    }

    .resultat h2, .video h2{
        font-size: 1.4em;
    }

    .img_ordifruit{
        width: 100%;
        padding: 0;
    }

    .img_affiche{
        width: 80%;
        margin: 3em 0;
    }

    .img_resultat_affiche{
        width: 80%;
        margin: 1em 0;
    }

    .container_img{
        display: flex;
        flex-direction: column;
    }

    .container_histoire{
        width: 85%;
        margin-left: 0;
    }

    .titre_texte{
        text-align: center;
        margin-top: 1em;
        font-size: 1.1em;
    }

    .container_img_plugin{
        gap: 2em;
    }

    .img_docu{
        width: 80%;
        margin: 2em 0;
    }

    .img_ordiGym{
        width: 100%;
    }


    .img_composition{
        width: 80%;
        margin: 2em 0;
    }

    .img_resultat_composition{
        width: 80%;
    }

    iframe{
        border-radius: 0.7em;
        width: 300px;
        height: 200px;
    }

    .nager{
        text-align: center;
        font-size: 0.5em;
    }
}