body, h1, h2, h3, p {
    font-weight: normal;
}
    
    font-family:geor,'Times New Roman', Times, serif;
    
    box-sizing:border-box;
}


@font-face {
    font-family: geor;
    src: url("../font/Georgia.woff2") format('woff2'), url("../font/Georgia.woff") format('woff');
    /*src: url("../font/Georgia-Bold.woff2") format('woff2'), url("../font/Georgia-Bold.woff") format('woff');*/
   }









.topnav {
  overflow: hidden;
  background-color: #2196F3;
}

.topnav a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding-top: 10px;
  padding-left:16px;
  padding-right:16px;
  padding-bottom:8px;
  text-decoration: none;
  font-size: 20px;
}

.active {
  background-color:  #FF9800;
  color:black;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover {
  background-color: #FF9800;
  color: black;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

.en_tete {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width:1300px;
  height:250px;
  margin-top:1%;
 
}
.footer{
    
  display: block;
  margin-left: auto;
  margin-right: auto;
  height:80px;
  margin-top:1%;
  text-align:center;
  color:white;
 
}
.pied{
    color:white;
}
.pied:hover{
    color:black;
    background-color:#FF9800;
}
.bd{
    border-top:solid;
    border-bottom:solid;
    border-width:5px;
    
    border-color:#FF9800;
   
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color:white;
}
.flex-row > div {
  width: 50%;
}
@media(max-width:650px) {
  .flex-row > div {
    width: 50%;
  }
  .flex-row :nth-child(2) {
    order: 2;
  }
}

@media screen and (max-width: 600px) {
  .en_tete {
    max-width: 50%;
    height:auto;
  }
}
.pad_15_l{
    padding-left:15px;
}
.mar_50_t{
    margin-top:50px;
}

.orange{
    color:#FF9800;
}
.orange:hover{
    background-color:#FF9800;
    color:black;
}
li {
    list-style-type:none;
    font-size:1.2em;
   
    padding-top:10px;
}
.pad_esp{
    padding-left:30px;
    line-height:1.7rem;
}
