* {
    
    box-sizing: border-box;
    margin:0;
    padding:0;
    font-size:1rem;
}

/* Gestion des balises standards */

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none!important;
}

a:hover {
    text-decoration: underline!important;
}

.beige {
    background-color: antiquewhite;
} 

.marge_haute {
   
    margin-top: 3em;
}

/* Gestion des réseaux sociaux */

.Social_NetWork {
	font-size: 2rem;vertical-align:middle;
}

/* Gestion du module Intro */

.Intro {
    
    background-color: bisque;
    border: 2px solid #000;
    border-radius: 10px;
    font-family: "Ga Maamli", sans-serif;
    font-weight: 400;
    font-style: bolder;
    

}

/* Gestion de la police  */



.Lettrine {
    font-size: 5rem;
    font-family: "Ga Maamli", sans-serif;
    font-weight: 400;
    font-style: bolder;
    color: rgb(26, 49, 229);
}


.bandeau {
    width: 100%;
    min-height: 200px;
    background-color: rgb(46, 40, 230);
}

.Bandeau_Vierge_Small {
    height:5rem;
}

.Perso {
    position:absolute;
    bottom:0;
    left:0;
    
}

