.page{
    box-sizing: border-box;
    width:auto;
    min-width:1250px;
}
.encadre{
    background-image: url('encadre.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 500px;
    color: white; /* Couleur du texte sur l'image */
    box-sizing: border-box;
    width:auto;
    min-width:1250px;
}
.onglets {
    background-image: url('coul.png');
    background-size: cover;
    background-position: center;
    width: 150%;
    height: 100px;
    color: white; /* Couleur du texte sur l'image */
    opacity:0.9;
    box-sizing: border-box;
    width:auto;
    min-width:1250px;
}
.ongles{
    padding-left:15px;
    padding-top:10px;
    display:flex;
    color:RGB(230,230,230);
    font-weight: 300;
    font-family: 'Open Sans';
    font-size:23px;
    box-sizing: border-box;
    width:auto;
    min-width:1250px;
   
}

.titreo{
    padding-top:5px;
    padding-left:70px;
}
.titres{
    font-size:25px;
    font-weight: 500;
    font-family: 'Open Sans';
}
.textsect{
    font-size:20px;
    font-family: 'Open Sans';
    text-align:justify;
    margin-top:20px;
    margin-left:40px;
    margin-right:20px;
    
}
.sect{
    display:flex;
    font-family: 'Open Sans';
    box-sizing: border-box;
}
.right{
    margin:20px;
    text-align:right;
}
.left{
    margin:20px;
    text-align:left;
}
.exp{
    width:auto;
}
.contact{
    background-color:RGB(230,230,230);
    margin-left:45px;
    margin-right:80px;
    width:auto;
    min-width:1150px;
    display:flex;
    box-sizing: border-box;
}

.titreo a{
    color: inherit;
    text-decoration: none;
}

.sect a{
    color: inherit;
    text-decoration: none;
}
.dom{
    padding-top:50px;
    padding-bottom:50px;
    padding-left:70px;
}

.disp{
    display:block;
    
}
.flex{
    display:flex;
    width:100%;
}
