@font-face{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 100;
    src:    local('Poppins Thin'), local('Poppins-Thin'),
            url('../../../fonts/poppins/poppins-v6-latin-100.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
            url('../../../fonts/poppins/poppins-v6-latin-100.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src:    local('Poppins Light'),
            local('Poppins-Light'),
            url('../../../fonts/poppins/poppins-v6-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
            url('../../../fonts/poppins/poppins-v6-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face{
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 300;
    src:    local('Poppins Light Italic'),
            local('Poppins-LightItalic'),
            url('../../../fonts/poppins/poppins-v6-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
            url('../../../fonts/poppins/poppins-v6-latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src:    local('Poppins Regular'),
            local('Poppins-Regular'),
            url('../../../fonts/poppins/poppins-v6-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
            url('../../../fonts/poppins/poppins-v6-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
:root{
    font-size: 10px;
    font-family: Poppins;
    /* vars */
    --autran-orange: #FF9900;
    --site-header-height: 4.8rem;
    --site-content-max-width: 96.8rem;
}
*{
    box-sizing: border-box;
}
a{
    color: inherit;
    cursor:pointer;
    text-decoration: none;
}
body{
    background: #FFFFFF;
    margin:0 auto;
    padding-top: var(--site-header-height);
    position: relative;
}
button{
    background-color: transparent;
    border-width: 0;
    color: inherit;
    cursor: pointer;
    padding: 0;
}
fieldset{
    border-width:0;
    padding:0;
    margin:0;
}
figure{
    margin :0;
}
h1, h2, h3, h4, h5, h6{
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}
p{
    margin:0;
}
/* */
#sH{
    
}
/* ::::: siteHeader */
#siteHeader{
    background: rgba(45, 45, 45, 0.98);
    box-shadow: 0 0 .8rem .4rem rgba(0,0,0,.08);
    height: var(--site-header-height);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}
#siteHeader h1{
    color: #FFFFFF;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.4rem;
    margin: 0 auto;
    max-width: var(--site-content-max-width);
    padding: 1.2rem 0 1.2rem 1.6rem;
}
/* ::::: siteNav */
#siteNav{
    user-select: none;

    max-width: 100%;
}
#siteNavButton{
    align-items: center;
    display: flex;
    height: var(--site-header-height);
    justify-content: center;
    position: fixed;
    padding: 1.2rem;
    right: .4rem;
    top: 0;
    width: var(--site-header-height);
    z-index: 2000;
}
#siteNavButton > div{
    align-items: center;
    background: #FFFFFF;
    border-radius:.4rem;
    display: flex;
    flex: none;
    height: .2rem;
    justify-content: center;
    position: relative;
    transition: all 0.4s ease;
    width: 100%;
}
#siteNavButton > div::after,
#siteNavButton > div::before{
    background: inherit;
    border-radius:.4rem;
    content: '';
    height: .2rem;
    position: absolute;
    width: 100%;
}
#siteNavButton > div::after{
    top: -.8rem;
}
#siteNavButton > div::before{
    top: .8rem;
}
#siteNavCheckbox{
    display: none;
}
#siteNavCheckbox:checked + #siteNavButton > div{
    background-color: var(--autran-orange);
    transform: rotate(135deg);
}
#siteNavCheckbox:checked + #siteNavButton > div:before,
#siteNavCheckbox:checked + #siteNavButton > div:after{
    background-color: var(--autran-orange);
    top: 0;
    transform: rotate(90deg);
}
#siteNavCheckbox:checked:hover + #siteNavButton > div {
  transform: rotate(225deg);
}
#siteNavCheckbox:checked ~ #siteNavMenu
{
  transform: none;
}
#siteNavMenu{
    background: rgba(255,255,255,.96);
    height: 100vh;
    list-style-type: none;
    margin: 0;
    padding: var(--site-header-height) 0 0 0;
    position: fixed;
    top: 0;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    width: 100vw;
    z-index: 999;
}
#siteNavMenu li{
    border-bottom: .1rem solid #D6D6D6;
}
#siteNavMenu li a {
    display: block;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 100%;
    padding: 1.2rem 1.6rem;
}
#siteNavMenu li.unavailable a{
    color: #CC3300;
    user-select: none;
    pointer-events: none;
}
/* :::: siteFooter */
#siteFooter{
}
#siteFooterSocialNetwork{
    display:grid;
    font-size:1.4rem;
    grid-gap: 1.6rem;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    max-width: var(--site-content-max-width);
    padding: 1.6rem;
}
#siteFooterSocialNetwork > a{
    align-content: center;
    color: #FFFFFF;
    display: grid;
    justify-content: center;
    min-height: 12.8rem;
}
#siteFooterSocialNetwork > a .logo{
    grid-area: logo;
    padding: 3.2rem;
}
#siteFooterSocialNetwork > a .text{
    align-self: center;
    display:grid;
    grid-area: text;
    justify-content: center;
}
#siteFooterSocialNetwork > a svg{
    max-width: 12.8rem;
}
#siteFooterInstagramLink{
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
}
#siteFooterFacebookLink{
    background-color: #3c5a99;
}
#siteFooterFacebookLink .followers{
    visibility: hidden !important
}
#siteFooterSocialNetwork > a span{
    display:block;
}
#siteFooterSocialNetwork > a span .name{

}
#siteFooterLocale{
    background:#F2F2F2;
    margin-top: 3.2rem;
    padding: 1.6rem 0;
}
#siteFooterLocale ul{
    list-style-type: none;
    margin: 0 auto;
    max-width: var(--site-content-max-width);
}
#siteFooterLocale ul li{
    display: inline;
}
@media only screen and (max-width: 735px){
    #siteFooterSocialNetwork > a {
        grid-template-areas: 
            "logo"
            "text";
        grid-template-columns: 1fr;

    }
     #siteFooterSocialNetwork .text{
        padding: 1.6rem;
    }
}
@media (min-width: 736px){
    #siteFooterSocialNetwork > a {
        grid-template-areas: "text logo";
        grid-template-columns: 2fr 1fr;

    }
}
@media only screen and (max-width: 1068px){
}
@media only screen and (min-width: 1442px){
}