
@font-face {
font-family: Boogaloo;
src: url('http://brpr.freeboxos.fr/SNT/fichiers/fonts/Boogaloo-Regular.ttf') format('truetype') ;
}
@font-face {
font-family: Chewy;
src: url('http://brpr.freeboxos.fr/SNT/fichiers/fonts/Chewy-Regular.ttf') format('truetype');
}

.avatar2 img {
  width: 70px;
  height:auto;
  margin-top:0px;
  margin-bottom:0px;

}


body.light {
    margin-left: 0px;
    ackground-repeat: no-repeat;
    ackground-clip: ;
    ackground-size: cover;
    ackground-image: linear-gradient(to bottom, rgba(255,255,255,0.5), rgba(0,0,0,0.5)),url("http://brpr.freeboxos.fr/SNT/fichiers/img/fond7.jpg");
    background-image: url("http://brpr.freeboxos.fr/SNT/fichiers/img/fond1.webp");
}

body.light .titre_accueil img{
        argin-right: 100px;
        argin-left: 100px;
}
body.light .titre_accueil img:hover {
        opacity: 0.5;
}
body.light .titre_accueil h1 {
        text-align: center;
        font-family: Chewy;
        color: #2b6486;
        font-size: 3vw;
        letter-spacing: 4px;
        margin-top: 20px;
        margin-bottom: 5px;
        text-decoration:none
}
body.light .titre_accueil h4 {
        text-align: center;
        font-family: Boogaloo;
        margin-top:0;
        margin-bottom:2px;
        color: #2b6486;
        font-size: 2.5vw;
        letter-spacing: 2px;
}

body.light .contenu_accueil {
        border-style: solid;
        border-color: #2b6486;
        border-width: 0px;
        border-radius: 20px 20px 20px 20px;
        letter-spacing: 1px;
        font-family: Comic Sans MS;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 10px;
        padding-top: 10px;
        position: relative;
        width:max-content;
        color: #2b6486;
        font-size: 1vw;
        margin-top: 20px ;
}
body.light .contenu_accueil a{
        margin-right: 2px ;
}
body.light .contenu_accueil h2{
        border-style: solid;
        border-color: #2b6486;
        border-width: 0px;
        letter-spacing: 1px;
        font-family: Comic Sans MS;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 0px;
        padding-top: 10px;
        position: relative;
        width:max-content;
        color: #2b6486;
        font-size: 1vw;
        margin-top: 5 px ;
        margin-bottom: 1px;
        margin-right: 0px;
}
body.light .contenu_accueil img{
	margin: 0px;
	border-radius: 0px;
	border: 3px solid rgba(255, 165, 0, 0);
	transition: border 1s ease-in-out;
	transition: border-radius 0.5s ease-in-out;
}

body.light .contenu_accueil img:hover {
  border: 3px solid orange;
  border-radius: 2%;
  
}

.imgtitre{
    margin-top: 4px;
    width: 5vw;
    margin-bottom: 4px;
    opacity: 1;
        -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
.imgtitre:hover {
  width: 5vw; /* on affiche l'image au carré */
  height: auto;
  -webkit-transform: scale(1.4);
        transform: scale(1.4);
   opacity: 1;

}


footer {
        margin-top:10px;
        position: relative;
        bottom: -40px;
        text-align: center;
        width: auto;

}
footer p {
        position: absolute;
        bottom: 0;
        right: 1%;
}
footer_logo{
    margin-top:150px;
}

