/* font-family: 'Shantell Sans', cursive;
font-family: 'Barlow', sans-serif; */
.null{
    margin: 0;
    padding: 0;
}
.body{
    background-color: #212344;
    color: #ffffff;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    top: 98%;
    left: 0;
    right: 0;
    line-height: 140%;
}
.marge{
    padding: 0 16px;
    margin-top: 150px;
}
.title{
    color: #ffffff;
    /* font-family: 'Shantell Sans', cursive; */
    font-family: 'Barlow', sans-serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.5em;
    text-align: center;
    top: 15%;
    display: block;
    margin-bottom: 128px;
    font-size: 32px;
    line-height: 140%;
}
.title__hide{
    display: none;
}
/* Menu */

.menu--hide{
    /* transform: translateY(-100%); */
    display: none;
}
.menu{
    z-index: 100;
    background-color: #7179c3dd;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}
.menu__list{
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
}
.menu__el a{
    color: #ffffff;
    font-size: 32px;
    text-decoration: none;
    margin: 16px;
}
.menu__el a:hover,
.menu__el a:focus{
    color: #ffd4e9;
    cursor: pointer;
}
.title__big{
    font-family: 'Shantell Sans', cursive;
    font: 32px;
    margin-bottom: 32px;
}
.title__medium{
    font-family: 'Shantell Sans', cursive;
    font-size: 23px;
}
.logo__principal{
    font-family: 'Barlow', sans-serif;
    font-weight: bold;
}
.logo__panier{
    fill: #ffffff;
    width: 35px;
    height: 35px;
    margin-top: 10px;
}
.logo__panier :hover,
.logo__panier :focus{
    fill: #ffd4e9;
    cursor: pointer;
    /* transform: translateY(1px); */
}
.resume{
    display: flex;
    flex-direction: row;
    margin-bottom: 128px;
}
.resume__img{
    max-width: 35%;
}
.resume__paragraphe{
    margin-left: 23px;
}
.trailer{
    margin-bottom: 128px;
}
.trailer__video{
    max-width: 100%;
    display: block;
    margin: auto;
}
.trailer__paragraphe{
    margin-bottom: 32px;
}
.logo__technique{
    fill: #ffffff;
    top: 0;
    width: 200px;
    height: 200px;
    padding-top: 20px;
}
.list__technique{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.list__technique p{
    padding-bottom: 10px;
}
.list__style--none{
    list-style: none;
}
.list__bolder{
    font-weight: bold;
}
/* Grid détails techniques */
.grid__technique{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 2px;
    margin-bottom: 128px;
}
.grid__technique--logo{
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}
.grid__technique--list{
    grid-column: 2 / 4;
    grid-row: 1 / 4;
}
/* Grid des versions */
.grid__produits{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(9, 1fr);
    margin-bottom: 128px;
    column-gap: 16px;
}
.grid__produits--un{
    grid-column: 1 / 4;
    grid-row: 1 / 2;
    align-self: flex-start;
}
.grid__produits--deux{
    grid-column: 4 / 6;
    grid-row: 1 / 5;
}
.grid__produits--trois{
    grid-column: 1 / 4;
    grid-row: 2 / 4;
}
.grid__produits--quatre{
    grid-column: 1 / 4;
    grid-row: 4 / 5;
}
.grid__produits--cinq{
    grid-column: 3 / 6;
    grid-row: 6 / 7;
}
.grid__produits--six{
    grid-column: 1 / 3;
    grid-row: 6 / 10;
}
.grid__produits--sept{
    grid-column: 3 / 6;
    grid-row: 7 / 9;
}
.grid__produits--huit{
    grid-column: 3 / 6;
    grid-row: 9 / 10;
}
.img__produits{
    max-width: 100%;
    align-items: center;
}
.img__produits--resize{
    width: 100%;
    max-height: 85%;
}
.btn{
    border-style: none;
    display: flex;
    align-items: center;
    background-color: #7179C3;
    font-family: 'Shantell Sans', cursive;
    max-height: 50%;
    cursor: pointer;
    border-radius: 4px;
}
.btn a{
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    margin: 10px auto;
    padding:  10px 45px;

}
.btn a :hover
.btn a :focus{
    background-color: #B46C8F;
    font-family: 'Shantell Sans', cursive;
    cursor: pointer;
}
.footer{
    /* background-image: url(../images/scavengers.jpg);
    background-size: cover;
    background-position: center; */
    background-color: #B46C8F;
    display: block;
    position: absolute;
    width: 100%;
}
.reseaux{
    list-style: none;
    margin-bottom: 5px;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.reseaux__el a{
    width: 45px;
    height: 45px;
    display: inline-block;
    margin: 5px 30px;
    padding: 2px;
}
.reseaux__txt{
    position: absolute;
    visibility: hidden;
    pointer-events: none;
}
.reseaux__icon{
    width: 100%;
    height: 100%;
    fill: #ffffff;
}
.reseaux__el a:hover .reseaux__icon,
.reseaux__el a:focus .reseaux__icon{
    width: 100%;
    height: 100%;
    fill: #212344;
}
.subNav{
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Shantell Sans', cursive;
    font-size: 23px;
    font-weight: bold;
}
.subNav a{
    color: #ffffff;
    text-decoration: none;
}
.subNav a:hover{
    text-decoration: underline;
}
.subNav__el{
    list-style: none;
    margin: auto;
    padding: 15px;
}


.body__form{
    background-color: #212344;
}

.title__form{
    font-family: 'Shantell Sans', cursive;
    font-size: 23px;
}
.title__form--big{
    font-family: 'Shantell Sans', cursive;
    font-size: 32px;
}
.content__form{
    margin-top: 80px;
    font-family: 'Barlow', sans-serif;
    color: #ffffff;
}
.gift input{
    width: 20px;
    height: 20px;
}
fieldset {
    border: none; 
    padding-top: 32px;     
}
.form__groupe label,
.form__groupe input{
    display: block;
    margin-bottom: 10px;
}
.form__group{
    display: flex;
    justify-content: space-between;
}
.form__ensemble {
    padding-bottom: 20px;
    flex: 1;
    margin-right: 20px;
}
.form__ensemble input,
.form__ensemble .form__select {
    width: 100%;
    height: 35px;
    padding: 5px; 
    box-sizing: border-box; 
    font-family:"Questrial", sans-serif ;
    background: none;
    border: 1px solid #ffffff;
    color: #fff;
}
.center{
    text-align: center;
}
.content__form--resize{
    margin: 450px;
    color: #fff;
}
.form__select option {
    color: #212344;
    background-color: #a0a7e8;
}
.form__group input::placeholder{
    color: #889bbb;
}
.form__ensemble input:focus {
    color: #d7f2ff; 
}
.hint{
    font-size: 16px;
    color: #b8bef3dd;
    margin-bottom: 10px;
}
.btn__form{
    margin: 20px auto;
}

.produit{
    margin-top: 150px;
    text-align: center;
}

@media (min-width: 800px){
    .marge{
        padding: 0 80px;
        margin-top: 150px;
    }
    .body{
        font-size: 20px;
        line-height: 160%;
    }
    .title{
        font-size: 40px;
        margin-bottom: 160px;
        line-height: 160%;
    }
    .title__big{
        font-family: 'Shantell Sans', cursive;
        font: 40px;
        margin-bottom: 40px;
    }
    .title__medium{
        font-family: 'Shantell Sans', cursive;
        font-size: 28px;
    }
    .menu__el a{
        margin: 20px;
    }
    .logo__panier{
        width: 45px;
        height: 45px;  
    }
    .resume{
        margin-bottom: 160px;
    }
    .resume__paragraphe{
        margin-left: 28px;
    }
    .trailer{
        margin-bottom: 160px;
    }
    .trailer__paragraphe{
        margin-bottom: 40px;
    }
    .logo__technique{
        width: 300px;
        height: 300px;
        padding-top: 30px;
    }
    .list__technique p{
        padding-bottom: 28px;
    }
    .logo__principal{
        width: 40px;
        height: 40px;
    }
}
@media (min-width: 1000px){
    .marge{
        padding: 0 168px;
        margin-top: 150px;
    }
    .body{
        font-size: 22px;
        line-height: 160%;
    }
    .title{
        font-size: 44px;
        margin-bottom: 168px;
        line-height: 180%;
    }
    .title__big{
        font-family: 'Shantell Sans', cursive;
        font: 44px;
        margin-bottom: 44px;
    }
    .title__medium{
        font-family: 'Shantell Sans', cursive;
        font-size: 31px;
    }
    .menu__el a{
        margin: 22px;
    }
    .logo__panier{
        width: 60px;
        height: 60px;  
    }
    .resume{
        margin-bottom: 168px;
    }
    .resume__paragraphe{
        margin-left: 31px;
    }
    .trailer{
        margin-bottom: 168px;
    }
    .trailer__paragraphe{
        margin-bottom: 44px;
    }
    .list__technique p{
        padding-bottom: 31px;
    }
    .logo__principal{
        width: 50px;
        height: 50px;
    }
}