@font-face {
    font-family: "gothic-reg";
    src: url('GOTHIC.TTF')format('truetype');
}
@font-face {
    font-family: "gothic-bold";
    src: url('GOTHICB_0.TTF')format('truetype');
}
body{
  background-image: url(images/maille.png);
  background-repeat: no-repeat;

}
.logo{
  width: 30%;
  min-width: 300px;
}

header {
    text-align: center;
    margin-top: 1rem;
}
.nav-tabs .nav-link {
     border: 0px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

#nav-tab{
  font-family: "gothic-reg";s
  font-size: 18px;
  border: none;
  justify-content: center;
  margin: 4rem 0;
}

#nav-tab a{
  color: #f08c19;
}
#nav-tab a:hover{
  color:#1f3e61;
  transition: 0.6s;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border: none;
}

.active{
 color: #1f3e61!important;
}
section {
    text-align: center;
    padding-top: 20px;
}

section a {
    display: block;
    text-decoration: none;
    font-family: "gothic-reg";
    color: #133e5f;
    width: 60%;
    text-align: center;
    margin: 0 auto;
    font-size: 1.2em;
    border: 2px solid #133e5f;
    padding: 10px;
    border-radius: 14px;
    transition: 0.6s;
    margin-bottom: 25px;
}

section a:hover {
    background-color: rgba(235, 141, 28, 1);
    color: white;
    transition: 0.6s;
}

.footer{
  text-align: center;
  font-family: "gothic-reg";
  bottom:0;
  width:100%;
  padding-top:50px;
  height:50px;
}
.footimg{
  position: relative;
  width: 30%;
  min-width: 450px;
  bottom: -95px;
}

.divfooter{
  background-color: #f28c19;
  font-family: "gothic-reg";
  padding-top: 5rem;
  color: #ffffff;
}

@media (max-width: 500px) {
    section a {width: 90%;}
    header img {width: 75%;}
}

.sous-titre{
  font-family: 'gothic-reg';
  font-size: 1.4em;
  padding: 15px;
  font-weight: bold;
}
