body {
    background: #e8e8e8;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #606060;
    line-height: 146%;
    font-weight: 300;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    margin: 15px 0 5px;
    font-weight: 700 !important;
    font-size: 18px !important;
    text-transform: uppercase;
    color: #9b8639 !important;
}

h1 {
    font-size: 22px;
    color: #ff6600;
}

ul {
    margin: 8px 0 15px 30px;
    padding: 0;
}

ol {
    margin: 0 0 15px 30px;
    padding: 0;
}

ul li, ol li {
    margin: 0;
    padding: 0;
}

ul li a, ol li a {
    color: #ee9400;
}

ol {
    margin: 0 0 15px 30px;
    padding: 0;
}

a:focus {
    outline: 0 none;
}

a {
    color: #70e5a5;
    text-decoration: none;
}

a:hover {
    color: #ffffff;
}

img {
    display: inline-block !important;
    max-width: 100%;
}

iframe, object {
    width: 100%;
    max-width: 100%;
}

.bulma_responsive_table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

a {
    text-decoration: underline !important;
}

.header-1 {
    background: url("images/header-1-bg.jpg") repeat-x;
    background-position: 0 -2px;
}

.banner {
    background: rgba(0, 0, 0, 0) url("images/banner.jpg") no-repeat scroll center top;
    height: 396px;
}

.wrapper, .header-foot {
    padding: 0 15px;
}

.header-foot {
    background: url("images/foot-bg.jpg") repeat-x;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    margin: 21px 0 0;
    padding: 15px 0;
}

ul#footrmenu {
    margin: 0;
}

ul#footrmenu li {
}

ul#footrmenu li a {
    text-decoration:none !important;
    color: #fff;
    background: #000;
    padding: 5px 10px;
    border-radius: 5px;
}

ul#footrmenu li a:hover{
    opacity:.8;
}

@media (min-width: 769px) {
    *, ::after, ::before {
        box-sizing:unset;
    }

    .header-1 {
        float: left;
        width: 100%;
    }

    .wrapper {
        width: 996px;
        margin: 0 auto;
        padding: 0;
    }

    .logo {
        float: left;
        width: 300px;
        padding: 4px 0;
    }

    .logo img {
        float: left;
    }

    .main-banner {
        float: right;
        width: 470px;
        padding: 50px 100px 45px 0;
    }

    .main-banner img {
        float: left;
    }

    .banner {
        float: left;
        width: 100%;
    }

    .top-nav {
        float: left;
        width: 100%;
        margin: 0;
        background: url("images/top-nav-bg.jpg") repeat-x;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .top-nav ul {
        margin: 0;
        padding: 0;
    }

    .top-nav ul li {
        float: left;
        list-style-type: none;
        background: url("images/li-sap.png") no-repeat;
    }

    .top-nav li:first-child {
        background: none;
    }

    .top-nav ul li:hover {
    }

    .top-nav ul li a {
        display: block;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 300;
        font-family: 'Glegoo', serif;
        font-size: 10px;
        color: #bde84b;
        margin: 0;
        padding: 15px 20px 16px;
        position: relative;
    }

    .top-nav ul li a:hover:before {
        background: url("images/before.png");
        margin: 2px 0 0 0;
        padding: 0;
        height: 41px;
        width: 12px;
        content: "";
        position: absolute;
        left: 0;
        top: -2px;
    }

    .top-nav ul li a:hover {
        color: #ff4659;
        background: url("images/a-hover-bg.png");
        margin: 9px 0 0 0;
        vertical-align: middle;
        height: 18px;
        width: auto;
        padding-bottom: 18px;
        padding-top: 6px;
    }

    .top-nav ul li a:hover:after {
        background: url("images/after.png");
        margin: 2px 0 0 0;
        padding: 0;
        height: 41px;
        width: 12px;
        content: "";
        position: absolute;
        right: 0px;
        top: -2px;
    }

    .content {
        float: left;
        width: 100%;
        padding: 0;
        margin: 22px 0 0;
    }

    .left-content {
        float: right;
        width: 692px;
    }

    .left-content-1 {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0 0 30px;
    }

    .tag-heading {
        float: left;
        width: 100%;
    }

    .tag-heading h1 {
    }

    .text {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .text img {
        float: left;
        padding: 5px 22px 17px 0;
    }

    .text p {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        color: #606060;
        line-height: 146%;
        margin: 0 0 6px;
        font-weight: normal;
    }

    .text p b {
        font-size: 18px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        margin-top: 15px;
    }

    .content-left-2 {
        float: left;
        width: 100%;
        margin: 0 0 15px;
        background: url("images/content-left-2-bottom-bg.png") no-repeat bottom center;
        padding: 0 0 30px;
    }

    .table-heading {
        float: left;
        padding: 0;
        width: 100%;
    }

    .table-heading h2 {
        font-size: 26px;
        font-weight: 600;
        text-transform: uppercase;
        font-family: 'Open Sans', sans-serif;
        color: #ff6600;
        margin: 0;
        padding: 0 0 10px;
    }

    .table-area {
        float: left;
        width: 100%;
        padding: 0;
    }

    .table-park {
        float: left;
        width: 95%;
        padding: 0 20px;
    }

    .table-park img {
        display: block;
        padding: 5px 0 3px 21px;
    }

    table {
        width: 100%;
        border-spacing: 0;
        border-collapse: collapse;
    }

    table tr {
        border-bottom: 1px solid #d4d4d4;
    }

    table tr:last-child {
        border: none;
    }

    table tr:first-child {
        border: none;
    }

    table tr:nth-child(odd) {
    }

    table tr:nth-child(even) {
    }

    table th {
        color: #606060;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: normal;
        padding: 10px 0;
        text-align: center !important;
        text-transform: uppercase;
    }

    table td {
        text-transform: uppercase;
        text-align: center;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        color: #868686;
        padding: 5px 0;
        font-weight: 300;
    }

    .th-1 {
        text-align: left;
        padding: 0 0 0 25px;
    }

    .bonus {
        text-transform: uppercase;
        text-align: center;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        color: #606060;
        padding: 5px 0;
    }

    .name {
        text-transform: uppercase;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        color: #e5a000;
        text-align: left;
        padding: 15px 0;
    }

    .names {
        text-align: left;
        text-transform: uppercase;
        text-decoration: none;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        color: #868686;
        padding: 30px 0;
    }

    .visitez {
        text-align: center;
    }

    .visitez:hover {
    }

    .visitez a {
        text-transform: capitalize;
        text-decoration: none;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        color: #5a9400;
        font-weight: normal;
    }

    .visitez a:hover {
        color: #ff4659;
    }

    .revue {
        text-align: center;
        padding: 0 21px 0 0;
    }

    .revue:hover {
    }

    .revue a {
        text-transform: capitalize;
        text-decoration: none;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        color: #ff2125;
        font-weight: normal;
    }

    .revue a:hover {
        color: #0b8d87;
    }

    .right-content {
        float: left;
        padding: 0 0 10px;
        width: 268px;
        background: url("images/right-nav-top-bg.jpg") #fff no-repeat;
        border: 1px solid #d3d3d3;
        border-radius: 9px;
        background-position: 2px 2px;
        margin-bottom: 25px;
    }

    .right-content h3 {
        font-size: 22px;
        text-transform: uppercase;
        font-weight: 600;
        font-family: 'Open Sans', sans-serif;
        color: #3b6800;
        margin: 0;
        padding: 9px 0 9px 19px;
    }

    .right-content-menu {
        width: 93.5%;
        padding: 0 9px;
        margin: 5px 0 0;
    }

    .right-content-menu ul {
        margin: 0;
        padding: 5px 0 0;
    }

    .right-content-menu ul li {
        list-style-type: none;
        display: block;
        background: url("images/li-bg.jpg");
        padding: 0 0 0 12px;
        margin: 3px 0 0 0;
        border-radius: 5px;
    }

    .right-content-menu ul li:nth-child(odd) {
    }

    .right-content-menu ul li:nth-child(even) {
    }

    .right-content-menu ul li:hover {
        background-position: 0 -35px;
    }

    .right-content-menu ul li a {
        display: block;
        text-decoration: none !important;
        text-transform: capitalize;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        color: #f7f6f0;
        margin: 0;
        padding: 5px 0;
        font-weight: 300;
    }

    .right-content-menu ul li a:hover {
    }

    .item-header {
        float: left;
        width: 100%;
        background: rgba(0, 0, 0, 0) url("images/banner.jpg") no-repeat scroll center top;
        height: 396px;
    }

    .item-content-left-2 {
        float: left;
        width: 101%;
        background: url("images/tiem-bg.jpg") #000001 no-repeat;
        margin: 0 0 23px;
        padding: 0 0 35px;
    }

    .left-content h5 {
        font-size: 22px;
        text-transform: uppercase;
        font-weight: 700;
        font-family: 'Open Sans', sans-serif;
        color: #ff6600;
        margin: 0;
        padding: 0px 0 17px;
    }

    .sc-1 {
        float: left;
        width: 440px;
        padding: 0;
        margin: 27px 0 0;
        text-align: center;
    }

    .sc-1 img {
        float: left;
        margin: 0;
    }

    .left-item {
        float: left;
        width: 44%;
        padding: 18px 0 0 39px;
    }

    .item-hero-content {
        float: left;
        width: 360px;
        margin: 14px 0 0;
    }

    .item-hero-content h4 {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 400;
        font-family: 'Oswald', sans-serif;
        color: #ffbe1d;
        margin: 0;
        padding: 0 0 10px;
    }

    .item-hero-content img {
        float: left;
        padding: 0 212px 0 0;
    }

    .stars {
        float: left;
        width: 100%;
    }

    .stars img {
        float: left;
    }

    .list {
        float: left;
        width: 100%;
        margin: 11px 0 0;
    }

    .p-1 {
        font-weight: normal;
        color: #606060;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        text-transform: capitalize;
        margin: 0;
        padding: 9px 0 9px 0;
    }

    .sp-1 {
        font-weight: normal;
        color: #ff6600;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        text-transform: capitalize;
        padding: 0;
        margin: 0 0 0 6px;
    }

    .p-2 {
        font-weight: 300;
        color: #ffffff;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        text-transform: capitalize;
        margin: 0;
    }

    .sp-2 {
        font-weight: 300;
        color: #ffffff;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        text-transform: capitalize;
        padding: 0;
        margin: 0 0 0 37px;
    }

    .p-3 {
        font-weight: normal;
        color: #606060;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        text-transform: capitalize;
        margin: 0;
        padding: 0;
    }

    .sp-3 {
        font-weight: normal;
        color: #606060;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        text-transform: capitalize;
        padding: 0;
        margin: 0 0 0 37px;
    }

    .p-4 {
        font-weight: normal;
        color: #606060;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        text-transform: capitalize;
        margin: 0;
        padding: 4px 0 9px;
    }

    .sp-4 {
        font-weight: normal;
        color: #606060;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        text-transform: capitalize;
        padding: 0;
        margin: 0 0 0 75px;
    }

    .right-item {
        float: right;
        width: 41%;
        padding: 0;
        margin: 0 60px 0 0;
    }

    .right-item h4 {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 400;
        font-family: 'Oswald', sans-serif;
        color: #ffbe1d;
        margin: 0;
        padding: 0 0 10px;
    }

    .right-item img {
        float: left;
        padding: 32px 190px 0 0;
    }

    .list {
        float: left;
        width: 100%;
        margin: 11px 0 0;
    }

    .i-p-1 {
        font-weight: normal;
        color: #606060;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        text-transform: capitalize;
        margin: 0;
        padding: 7px 0 0;
    }

    .i-sp-1 {
        font-weight: normal;
        color: #606060;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        text-transform: capitalize;
        padding: 0;
        margin: 0 0 0 102px;
    }

    .i-p-2 {
        font-weight: normal;
        color: #606060;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        text-transform: capitalize;
        margin: 0;
        padding: 3px 0 0;
    }

    .i-sp-2 {
        font-weight: normal;
        color: #606060;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        text-transform: capitalize;
        padding: 0;
        margin: 0 0 0 26px;
    }

    .i-p-3 {
        font-weight: normal;
        color: #606060;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        text-transform: capitalize;
        margin: 0;
        padding: 4px 0;
    }

    .i-sp-3 {
        font-weight: normal;
        color: #606060;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        text-transform: capitalize;
        padding: 0;
        margin: 0 0 0 10px;
    }

    .button {
        float: left;
        width: 84%;
        margin: 7px 0 0;
    }

    .visitez-i {
        float: left;
        background: url("images/visitez-i.png") no-repeat;
        margin: 0px 0 0;
    }

    .visitez-i:hover {
        background-position: 0 -55px;
    }

    .visitez-i a {
        display: block;
        text-decoration: none;
        text-transform: uppercase;
        font-family: 'Glegoo', serif;
        font-size: 15px;
        color: #ffffff;
        margin: 0;
        padding: 5px 30px 17px 17px;
        font-weight: 400;
    }

    .visitez-i a:hover {
    }

    .revue-i {
        float: left;
        background: url("images/revue-i.png") no-repeat;
        margin: 12px 0 0 -7px;
    }

    .revue-i:hover {
        background-position: 0 -52px;
    }

    .revue-i a {
        display: block;
        text-decoration: none;
        text-transform: uppercase;
        font-family: 'Glegoo', serif;
        font-size: 14px;
        color: #ffffff;
        margin: 0;
        padding: 7px 23px 14px 10px;
        font-weight: 400;
        float: left;
    }

    .revue-i a:hover {
    }

    .header-foot {
        float: left;
        width: 100%;
    }

    .line-bg {
        margin: 17px 0 33px;
        float: left;
        width: 100%;
        height: 1px;
        background: rgba(0, 0, 0, 0) url("images/content-left-2-bottom-bg.png") no-repeat scroll center bottom;
    }

    .navbar-menu {
        flex-shrink: unset;
    }

    .navbar, .navbar, .navbar-end, .navbar-menu, .navbar-start {
        display: block;
    }

    .navbar-brand, .navbar-tabs {
        display: none;
    }
}

    .auteur {
      border: 1px solid #808080;
        border-radius: 0.75rem;
        padding: 1rem;
        background-color: transparent;
        max-width: 100%;
      position: relative;
    }  
    .auteur-content {
      background-color: transparent;
    }
    
    .auteur-nom {
      color: #9b8639;
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 0;
    }
    
    .auteur-position {
      color: #606060;
      font-weight: 500;
      margin-bottom: 0;
    }
    
    .auteur-info {
      align-items: stretch;
      background-color: transparent;
      border-top: 1px solid;
      display: flex;
      padding-top: 0.5rem;
      
      .auteur-info-item {
        padding-right: 1rem;
        
      .auteur-info-item span {
        font-weight: 500;
        }
    }