body{
    font-family: "Funnel Display", sans-serif;
    margin: 0;
}

/*header*/

#banniere{
    display:flex;
    width: 100%;
    height: 120px;
    justify-content: space-between;
    align-items: center;
}

#logo{
    padding-left: 20px;
}

#onglet{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.onglets a{
    font-weight: bold;
    color: #f25848;
    text-decoration: none;
    padding-right: 130px;
}

.onglets:hover a{
    text-decoration: underline;
    color:#606060;
}

.onglets:visited a{
    text-decoration: none;
}

hr{
    border:none;
    height: 0.8px;
    background-color:#606060;
}

/*index*/

#images{
    height: 400px;
    width: 100%;
    background-image: url('images/banniere.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-weight: 300;
}

#prenom{
    font-size: 30px;
    padding-top: 35px;
    font-weight: bold;
    margin-bottom: 0;
}

#etudiante{
    text-align: center;
    font-size: 20px;
    line-height: 2;
    padding-top:25px;
    padding-bottom:15px;
}

#decouvrir{
    color: black;
    text-decoration: none;
    border:2px solid black;
    padding: 20px;

}

#decouvrir a:-webkit-any-link{
    color: black;
    cursor: pointer;
    text-decoration: none;
}

#analyser{
    text-align: center;
    color:#f25848;
    font-weight: bold;
    font-size:35px;
    padding: 15px 5px 15px 5px;
}

#imgtexte{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 25px;
}

#texte{
    padding-left: 15px;
    width: 520px;
    padding-right: 10px;
}

#savoirfaire{
    font-weight: bold;
    font-size: 28px;
}

#passionnee{
    text-align: justify;
}

#savoir{
    font-size: 16px;
    text-decoration: underline;
}

#savoir a:-webkit-any-link{
    color: black;
    cursor: pointer;
    text-decoration: none;
}

#contactezmoi{
    text-align: end;
    color: black;
    text-decoration: none;
    padding-top: 30px;
    font-size: 20px;
    padding-right: 5px;

}

#contactezmoi a:-webkit-any-link{
    color: black;
    cursor: pointer;
    text-decoration: none;
}

/*footer*/

#footer{
    background-image: url('images/footer.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 170px;
    font-size: 15px;
}

.textesfooter{
    margin: 0;
}

#lou{
    margin-top: 17px;
    margin-bottom: 22px;
}

#fin{
    margin-top: 15px;
}

#site{
    padding-top: 8px;
}



/* --- Entre laptop et tablet --- */

@media(max-width:928px){

.onglets a{
    padding-right: 100px;
    font-weight: bold;
    color: #f25848;
    text-decoration: none;
}
}

@media(max-width:839px){

#savoirfaire{
    margin:12px 0;
}
}

@media(max-width:839px){

#savoirfaire{
    margin:10px 0;
}
}


/* --- Tablet --- */

@media(max-width:768px){

.onglets a{
    padding-right: 80px;
    font-weight: bold;
    color: #f25848;
    text-decoration: none;
}
}

/* --- Tablet et mobile L --- */

@media(max-width:768px){

.onglets a{
    padding-right: 80px;
    font-weight: bold;
    color: #f25848;
   text-decoration: none;
}

#savoirfaire{
    margin: 0;
    font-size: 25px;
}

#passionnee{
    font-size: 15px;
}

#contactezmoi{
    font-size: 18px;
}
}

@media(max-width:714px){

#savoirfaire{
    font-size: 22px;
}

#passionnee{
    font-size: 14px;
}

#savoir{
    font-size: 15px;
}

#contactezmoi{
    padding: 24px 5px 0 0;
}
}

@media(max-width:687px){

.onglets a{
    padding-right: 60px;
    font-weight: bold;
    color: #f25848;
    text-decoration: none;
    font-size: 15px;
}
}

@media(max-width:652px){

#analyser{
    font-size: 30px;
}

#passionnee{
    margin: 10px 0;
}

#contactezmoi{
    margin: 20px 5px 0 0;
}
}

@media(max-width:644px){

#contactezmoi{
    font-size: 16px;
}

#photomoi{
    height:450px; 
    width:310px
}

#passionnee{
    font-size: 13.5px;
}

#contactezmoi{
    margin: 16px 5px 0 0;
}

#etudiante{
    font-size: 18px;
}

#decouvrir{
    font-size: 15px;
}

#prenom{
    font-size: 28px;
}
}

@media(max-width:614px){

#photomoi{
    height:450px; 
    width:300px
}
}

@media(max-width:610px){

.onglets a{
    padding-right: 40px;
    font-weight: bold;
    color: #f25848;
    text-decoration: none;
    font-size: 14px;
}
}

@media(max-width:594px){

#imgtexte{
    flex-direction: column;
    align-items: center;
}

#savoirfaire{
    margin: 10px 10px 0 10px;
}

#passionnee{
    margin: 10px;
}

#savoir{
    margin: 15px 0 15px 10px;
}

#texte{
    padding:0;
    width: 100%;
}

#photomoi{
    height:430px; 
    width:290px
}

#analyser{
    margin:30px 0 25px 0;
}

#savoirfaire{
    margin-top: 10px;
}
}

@media(max-width:534px){

.onglets a{
    padding-right: 30px;
    font-weight: bold;
    color: #f25848;
    text-decoration: none;
    font-size: 13.5px;
}

#logo{
    padding: 0;
}
}

@media(max-width:477px){

#logo{
    width: 130px;
    height: 130px;
}

#footer{
    font-size: 13px;
}
}

@media(max-width:437px){

.onglets a{
    padding-right: 25px;
    font-weight: bold;
    color: #f25848;
    text-decoration: none;
    font-size: 13px;
}

#analyser{
    font-size: 25px;
}
}

/* --- Mobile L --- */

@media(max-width:426px){

#prenom{
    font-size: 25px;
}

#etudiante{
    font-size: 16px;
}

#decouvrir{
    font-size: 14px;
}
}

/* --- Entre Mobile L et Mobile M --- */

@media(max-width:413px){

#logo{
    width: 110px;
    height: 110px;
}
}

@media(max-width:407px){

#footer{
    font-size: 12px;
}
#logolinkedin{
    width: 30px;
    height: 30px;
}

#site.textesfooter{
    padding: 16px 0 0 0;
}
}

@media(max-width:393px){

.onglets a{
    padding-right: 20px;
    font-weight: bold;
    color: #f25848;
    text-decoration: none;
    font-size: 13px;
}
}   

@media(max-width:378px){

.onglets a{
    padding-right: 15px;
    font-weight: bold;
    color: #f25848;
    text-decoration: none;
    font-size: 13px;
}
}   

/* --- Entre Mobile M et Mobile S --- */

@media(max-width:367px){

#logo{
    width: 100px;
    height: 100px;
}

.onglets a{
    padding-right: 20px;
    font-weight: bold;
    color: #f25848;
    text-decoration: none;
    font-size: 11px;
}

#prenom{
    font-size: 20px;
}

#etudiante{
    font-size: 14px;
}

#decouvrir{
    font-size: 12px;
}

#footer{
    font-size: 10px;
}

#analyser{
    font-size: 25px;
}

#passionnee{
    font-size: 12px;
}

#savoir{
    font-size: 13px;
}

#contactezmoi{
    font-size: 14px;
}
}


@media(max-width:337px){

.onglets a{
    padding-right: 11px;
    font-weight: bold;
    color: #f25848;
    text-decoration: none;
    font-size: 11px;
}

#analyser{
    font-size: 22px;
}
}