@import url(/lae/public1.0/fonts/iomet-wf.css);

html {
    min-width: 327px;
}

.est-centre {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 10px;
}

a {
    color: inherit;
    text-decoration: none;
    outline: none;
}

a:focus {
    outline: none;
}

header {
    height: 120px;
    background-image: url(/lae/public1.0/img/site/fdr-header.jpg);
    background-position: top;
    background-repeat: repeat-x;
    position: relative;
    z-index: 100;
}
header.a2022 {
    background-image: none;
    background-color: #002060;
  }
header .est-centre {
    position: relative;
    height: 100%;
}

#titre_site {
    background-image: url(/lae/public1.0/img/site/sh-titre-site.png);
    background-position: center;
    background-repeat: no-repeat;
}
header.a2022 #titre_site {
    background-image: none;
  }

@media screen and (max-width: 1180px) {

    #titre_site {
        left: 3px;
    }

}

#titre_site a {
    display: block;
    position: relative;
    z-index: 10;
    margin: 0 auto;
    width: 677px;
    height: 120px;
    line-height: 120px;
    text-align: center;
}

@media screen and (max-width: 606px) {

    #titre_site::before {
        width: 100%;
    }
}

nav {
    padding: 50px 0;
}

nav ul.est-centre {
    max-width: 800px;
}

nav li {
    float: left;
    width: 14%;
    text-align: center;
    font-family: 'gsr';
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    text-transform: uppercase;
}

nav a {
    display: block;
    opacity: 0.8;
}

nav img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

nav a:hover,
nav a:focus {
    opacity: 1;
}

@media (max-width: 768px) {
    #titre_site a {
        width: 100%;
    }
    nav li{
        width: 100%;
        float: none;
        margin: 0 0 15px 0;
    }
}