@font-face {
    font-family: myFont; 
    src: url(/fonts/OldStandardTT-Regular.ttf); 
  }

  @font-face {
    font-family: myFontItalic; 
    src: url(/fonts/OldStandardTT-Italic.ttf); 
  }


  



  html, body {
    scroll-behavior: smooth;
    background-color: rgb(248, 242, 163);
    margin: 0px;
    padding: 0px;
}

  a{
    
    text-decoration: none;
    color: gray;
}

a:hover{

    color: black;


}

.divprincipale {
    
    width: 100%;
    height: 10px;
}

.bandeau {

    
    font-family: myFont;
    font-size: 25px;
    color: gray;
    margin-top: -10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: rgb(248, 242, 163);
    position: fixed;
    width: 100%;
    top: 0; 
    z-index: 10;
}

.enfant {
    margin-left: 15px;   
flex-grow: 1;
display: flex;
}


p {

    font-family: myFont;
    /* background-color: green; */
}




.projets{

    margin-right: 15px;
    justify-content: end;
}


.langue {
    justify-content: center;
}

.parentTexte {
    display: flex;
    justify-content: center;
}

.texte {
    text-align: center;
    width: 80%;

    font-size: 60px;

}

.italique {
    font-style: italic;
}

img{
    display: none;

    width: 100px;
    height: 100px;

    position: absolute;
    
}




.italique {

    font-size: 40px;
    font-family: myFontItalic;
}


.divParent {
    background-color: rgb(248, 242, 163);
}

.langue:hover{

    color: black;

}



.enfantDeGauche {
    
    color: gray; 
    font-size: 35px;
    margin-left: 15px;
    line-height:2px;
    
    background-color: rgb(248, 242, 163);
    width: 45%;
    position: fixed;
    margin-top: 78px;

}

.enfantDeDroite {


    
    padding-left: 1%;
    color: gray;
    margin-right: 15px;
    font-family: myFont;
    font-size: 35px;
    background-color: rgb(248, 242, 163);
    width: 48%;
    position: absolute;
    right: 0px;
    top: 78px;
    
}

.contact {

    background-color: rgb(248, 242, 163);
    color: gray;
    font-size: 20px;
    margin-left: 15px;
    line-height:2px;
    position: fixed;
    bottom: 0px;
    left: 0px;
}

.ancre {

    
    scroll-margin-top: 100px;
    scroll-behavior: smooth;
}


.mail{

    text-decoration: underline  2px;
    

}




/* SMARTPHONE MODE PORTRAIT */
@media screen and (orientation: portrait) {

   

}