* {
  box-sizing:border-box;
}

@font-face {
  font-family: 'Arvo';
  font-display: auto;
  src: local('Arvo'), url(https://fonts.gstatic.com/s/arvo/v9/rC7kKhY-eUDY-ucISTIf5PesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
}

body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: Verdana, sans serif;
	font-display: auto;
	background-image: url("../imgs/vidente_backgroud.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

header{
	margin-top: 20px;
	margin-bottom: 20px;
	height: auto;
	width: 100%;
	text-align: center;
}

.head{
	background-color: #2e4053;
	height: auto;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin: 9px 0px 0px 0px;
}

.head h1, h2{
	color: #d9d9d9;
}

nav ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

/*le menu*/
nav li{
	display: inline-block;
	margin: 10px;
	padding: 0px;
	width: auto;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

nav li a {
	border-top: 1px solid #172A27 ;
	padding-top: 8px;
	text-decoration: none;
	font-size: 20px;
	color: #d9d9d9;
}

nav ul li a:hover{
	border-top: 5px solid #172A27;
}

.icon{
	background-color: #0D1211;
	opacity: 0.5;
    padding: 1px 10px;
    text-align: right;
    box-sizing: border-box;
    color: white;
    font-size: 20px;
    display: none;
}

.fin{
	padding: 0px;
	margin: 0px;
	background-color: #0D1211;
}

footer {
	background: #2e4053;
	margin: 0px;
	padding: 0px;
	opacity: 0.7;
	list-style-type: none;
	height: auto;
	text-align: center;
}

footer h2{
	padding-top: 20px;
	font-size: 25px;
	color: white;
}

footer h3{
	padding: 0px;
	font-size: 22px;
	color: white;
}

footer p{
	padding: 0px;
	font-size: 18px;
	color: white;
}

.foot{
	padding-bottom: 20px;
}
/**********************Responsive*****************************/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  header{
  	width: 100%;
  	margin: 10px 0px 10px 0px;
  }
  .head h1{
  	font-size: 21px;
  }
  .head h2{
  	font-size: 16px;
  }
  footer h2{
	padding-top: 10px;
	font-size: 20px;
  }

  footer h3{
	font-size: 18px;
  }

  footer p{
	font-size: 16px;
  }

  .foot{
	padding-bottom: 10px;
  }

  footer > .trait{
  	font-size: 10px;
  }
 
  .juste{
  	color: white;
  	font-size: 14px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .example {background: green;}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .example {background: blue;}
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .example {background: orange;}
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .example {background: pink;}
}

@media screen and (max-width:1000px) {
  .trait{
  	font-size: 14px;
  }
}

