*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
section{
    background-image: url("../images/contact.svg");
    background-position:right top 250px;
    background-repeat: no-repeat;
    background-size: 600px;
}

.sectionn{
    background-position:right top 250px;
    background-repeat: no-repeat;
    background-size: 600px;
}

.payb{
padding-right: 50px;
    border: none;
    padding-top: 10px;
    padding-left: 50px;
    background-color: #0088ff;
    color: white;
    font-size: larger;
    border-radius: 4px;
    padding-bottom: 10px;
}

.page{
    position: relative;
    min-height: 100vh;
    padding: 50px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.page .tete{
    max-width: 800px;
    text-align: center;
}
.page .tete h2{
    font-size: 36px;
    font-weight: 500px;
    color: white;
}
.page .tete p{
    color: rgb(70 134 255);
}
.boite{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
}
.boite .info{
    width: 50%; 
    border-radius:5px;
    background-color: #3f3d56;
    display: flex; 
    position: absolute;transform: translate(-58px, 123px);justify-content: flex-start;
    flex-direction: column;
}

.boite .info .box{
    position: relative;
    padding: 20px 0; 
    margin-left: 2rem;
    display: flex;
}
.boite .info .box .icon{
    min-width: 60px;
    height: 60px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 22px;
}
.boite .info .box .text{
    display: flex;
    margin-left: 20px;
    font-size: 16px;
    color: white;
    flex-direction: column;
    font-weight: 300px;
}
.boite .info .box .text h3{
    font-weight: 500;
    color: rgb(70 134 255);
}
/*.message{
    font-weight: 300;
    padding: 40px;
    background: white;
    border-radius: 5px;
}*/

.message h2{
    font-size: 30px;
    color: rgb(70 134 255);
    font-weight: 300;
}
.message .input{
    position: relative;
    width: 100%;
    margin-top: 20px;
}
.message .input input,.message .input textarea{
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px black solid;
    outline: none;
    resize: none;
}
.message .input input[type="submit"]{
    width: 100px;
    background:rgb(70 134 255);
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
}
@media screen and (max-width:800px){
    .boite .info {
        width:90%;
    }

}
@media screen and (max-width:600px){
    .boite .info {
        width:80%;
    } 
    .box h3{
        font-size:18px;
    } 
    .box p {
        font-size:14px;
    }
    .page .info{
        transform:translate(-50px,50%); 
        margin-bottom:6rem;
    }

}
@media screen and (max-width:450px){
    .boite .info {
        width:80%;
    } 
    .box h3{
        font-size:14px;
    } 
    .box p {
        font-size:12px;
    }
    .boite .info .box .icon{
       min-width: 40px;
    height: 40px; 
        font-size:18px;
    }
    .page {
        transform:translate(0px,20%); 
        margin-bottom:0rem;
    }
    section{
        background-size:400px;
    }
.ppti{
	flex-wrap: wrap;
    }
}
@media screen and (max-width:360px){
    .boite .info {
        width:85%;
    } 
    .box h3{
        font-size:14px;
    } 
    .box p {
        font-size:12px;
    }
    .boite .info .box .icon{
       min-width: 40px;
    height: 40px; 
        font-size:18px;
    }
    .page {
        transform:translate(-20px,20%); 
        margin-bottom:0rem;
    }
    section{
        background-size:380px;
    }
}