/* GENERAL */




/* header school plus prez */


.pres{
    display: flex;
    flex-direction: row;
}

.item50{
    width:50%;
}

.mockup{
    width:100%;
    margin:0 auto;
}

.mockup img{
    width: 100%;
}

.slogan{
    margin: auto;
}

.slogan button{
    background-color: #000;
    border-radius:100px; 
    border:none;
    margin-top:50px
}

h1{
    width:80%;
    margin: 0 auto
}

h1 img{
    width:100%;
}


/* services */

.services{
    width: 80%;
    margin:0 auto;
    padding-top:10px;
    padding-bottom:10px;
}

.liste-service{
    display: flex;
    flex-direction: column;
    padding-top:20px;
    padding-bottom: 20px;
}

.services-top, .services-mid, .services-right{
    display: flex;
    flex-direction: row;
    width:100%;
    margin:0 auto;
    padding-bottom: 20px;
}

h3{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding-top:15px;
    padding-bottom: 10px;
}

.services-item{
    height:100px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    padding:0 5%;
    background-size: contain;
    background-repeat: no-repeat;
}

.file{
    background-image: url(../img/icon-file.svg);
}

.text-icon{
    background-image: url(../img/icon-text.svg);
}

.camera{
    background-image: url(../img/icon-camera.svg);
}

.talk{
    background-image: url(../img/icon-talk.svg);
}

.reglages{
    background-image: url(../img/icon-settings.svg)
}

.services-bot .services-item{
    width:50%;
    margin:0 auto;
}

/* interieur categorie */

h4{
    font-weight: 600;
    padding-bottom: 0px;
    padding-top:20px;
}

.description{
    flex-direction: column;
    padding-bottom: 20px;
}

.icon-services{
    border:1px solid red;
    width:15%;
}

.icon-services img{
    width:100%;
}

/* bouton */

.services button{
    display: flex;
    margin: 20px auto;
    background-color: #000000;
    border-radius: 100px;
    border:none;
    justify-content: center;    
}


/* mockup */


/* garanties */

.garanties{
    display:flex;
    flex-direction: row;
    width:80%;
    margin:30px auto;
    padding-top:30px;
}

.item33{
    width:33%;
    margin: 0 auto;
}

.item33 img{
    height:40%;
    margin:0 30%;
}

.item33 p{
    text-align: center;
}

.item33 span{
    text-decoration: underline;
}


