@font-face {
    font-family: principale;
    src: url('../accueil/atwriter.ttf');
  }

body
{
	background-color: #303238;
	font-family: sans-serif;
	scroll-behavior: smooth;
	overflow-y: scroll;
}
#home
{
	background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    background-color: white;
    color: black;
    border: 2px solid #555555;

    position: absolute;
    width: 50px;
    height: 25px;
    right: 1%;
    top: 1%;
    z-index: 2000;
}
#home:hover
{
	background-color: #555555;
    color: white;
}
#logo
{
	position: absolute;
	display: block;
    margin-left: 10px;
    margin-bottom: 0px;
    width: 12%;
}
h1
{
	font-family: small-caps bold 24px/1 sans-serif;
	text-align: center;
	color: #8B2525;
}
h4
{
	font-family: small-caps bold 24px/1 sans-serif;
	text-align: center;
	color: #8B2525;
	margin-bottom: 4px;
}
p
{
	color: #B5B5B5;
	margin-left: 40px;
	margin-right: 40px;
	letter-spacing: 0.5px;
	text-align: justify;
}
#italic
{
	font-style: italic;
}
.non_utilises
{
	margin-top: 5%;
	width: 30%;
	position: absolute;
}
#not_used1
{
	right: 2.5%;
}
.row
{
	margin-top: 50px; 
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	text-align: center;
}
.row h3
{
	width: 700px;
	text-align: center;
	color: #8B2525;
	text-decoration: underline;
	text-align: left;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
#columns
{
	width: 600px;
	margin: 0 auto;
}
.column1 {
	width: 50%;
	float: left
}
.column2 {
	display: flex;
}
.contenu
{
	width: 200px;
	line-height: 1.8;
	text-align: center;
}
#classe
{
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 57.29%;
}
.fin
{
	margin-top: 3%;
	position: relative;
}
.enfinfini
{
	font-size: 0.7vw;
	position: absolute;
	bottom: 0;
	left: 0;
}
.lastdiv
{
	padding-top: 2%;
	padding-bottom: 2%;
	width: 100%;
	text-align: center;
}
.remerciements
{
	text-align: center;
}
.mail
{
	font-size: 0.7vw;
	position: absolute;
	right: 0;
	bottom: 0;
	
}
a
{
	text-decoration: none;
}
/* unvisited link */
a:link {
    color: #B5B5B5;;
}

/* visited link */
a:visited {
    color: white;
}

/* mouse over link */
a:hover {
    color: hotpink;
}

/* selected link */
a:active {
    color: blue;
}



@media only screen  and (max-width : 1550px) {
	
	tr
	{
		font-size: 15px;
	}
}
@media only screen  and (max-width : 1380px) {
	
	tr
	{
		font-size: 13px;
	}
	.enfinfini
	{
		font-size: 1vw;
	}

}
@media only screen  and (max-width : 1300px) {
	.non_utilises
	{
	width: 25%;
	}

}
@media only screen  and (max-width : 1190px) {
	
	tr
	{
		font-size: 10px;
	}
	.non_utilises
	{
	margin-top: 8%;
	}

}