/*---------INDEX----------
1--INIT CSS
2--GENERAL
2B-NAVIGATION
3--HOME
4--BATEAU
------------------------*/

/*-------PALIER RESPONSIF----------
<768   >768    >=992   >=1200
*/

/*------------------------------------------*/
/*---------------1 INIT CSS----------------*/
/*------------------------------------------*/
.slider {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

#slider ol, ul {
    list-style: none;
}

#slider ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
    background-color: #e7e4dd;
}

/*-------------FIN INIT CSS-----------------*/

/*------------------------------------------*/
/*---------------2 GENERAL------------------*/
/*------------------------------------------*/
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #333;
}

.loader {

    margin: auto;
    margin-top: 20%;
    border: 16px solid #f3f3f3;
    border-top: 16px solid #b49f63; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 0px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.panoWrapper {
    position: relative;
    padding-bottom: 50%;
    padding-top: 25px;
    margin-bottom: 0px;
    height: 0;
}

.panoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.short-margin {
    margin: 10px;
}

/*-------------PIED DE PAGE----------*/
.pied_page a {
    color: #fff;
}

.pied_page1 {
    background-color: #b49f63;
    padding-top: 10px;
}

.pied_page1 li {
    display: inline;
    margin: 0px 10px;
}

.pied_page2 {
    background-color: #cec098;
}

#footer_link {
    text-align: right;
}

@media screen and (max-width: 767px) {
    #footer_link {
        text-align: left;
    }

    .pied_page1 li {
        line-height: 3em;
        margin: 0px;
        margin-right: 10px;
    }
}

#liste_lien_footer {
    margin: 0px;
    padding: 0px;
}

/*----------FIN PIED DE PAGE----------*/

/*------a distirbuer----------*/
.cd-hero {
    padding: 0px;
}

.button_cnb {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.button_gamme {
    background-color: rgba(255, 255, 255, 0);;
    border: none;
    color: white;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    margin-top: 150px;
}

.button_gold {
    background-color: rgba(255, 255, 255, 0.5);
    color: black;
    border: 1px solid #000;
}

.button_gold:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/*------------------fin a distribuer--------------*/

/*-------BASICS---------------------*/
html body {
    font-family: "Open Sans";
    font-size: 12px;
    padding-top: 25px;
}

section {
    padding: 30px 0px;
}

section_large {
    padding: 80px 0px;
}

.sub-section {
    padding: 40px 0px;
}

.nmb {
    margin-bottom: 0px;
}

/* Small devices (tablets, 768px and up) */
@media screen and (min-width: 768px) {
    .sub-section {
        padding: 0px 0px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media screen and (min-width: 992px) {
    .sub-section {
        padding: 15px 0px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) {

}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.rouge {
    color: #d2232a;
}

.white {
    color: #fff;
}

.gris {
    color: #acaa9c;
}

.gris_dark {
    color: #333;
}

.gris_leger {
    color: #f2f2f2;
}

.gris_dense {
    color: #dfdede;
}

.rouge {
    color: #d2232a;
}

.white {
    color: #fff;
}

.gris {
    color: #acaa9c;
}

.gris_dark {
    color: #333;
}

.gris_leger {
    color: #f2f2f2;
}

.gris_dense {
    color: #dfdede;
}

.background_white {
    background-color: #fff;
}

.background_or_leger {
    background-color: #cec098;
}

.background_or {
    background-color: #b49f63;
}

.background_gris_dark {
    background-color: #333;
}

.background_gris_leger {
    background-color: #f2f2f2;
}

.background_gris_dense {
    background-color: #dfdede;
}

.citation_simple {
    font-size: 1.4em;
    padding: 30px 0px;
}

/*-------FIN BASICS----------------*/

/*-------STYLE NAVIGATION-----------*/
.navbar-header-cnb {
    margin: 0px -15px;

}

.navbar-cnb {
    background-color: #cec098;
    color: #ffffff;
    height: 25px;
}

.navbar-cnb .nav li {
    font-size: 0.9em;
    height: 25px;
    width: 120px;
    text-align: center;
    float: left;
}

.navbar-cnb .nav li a {
    margin: 0px;
    padding: 2px 0px;
}

.navbar-cnb .nav li a:hover {
    background-color: inherit;
}

.navbar-cnb .nav .presse {
    background-color: #acaa9c;
    color: #ffffff;
}

.navbar-cnb .nav .presse a {
    color: #ffffff;
    height: 100%;
}

.navbar-cnb .nav .presse a:hover {
    background-color: #6e7072;
    color: #ffffff;
    height: 100%;
}

.navbar-cnb .nav .mycnb {
    background-color: #d2232a;
    color: #ffffff;
}

.navbar-cnb .nav .mycnb a {
    color: #ffffff;
    height: 100%;
}

.navbar-cnb .nav .mycnb a:hover {
    background-color: #a21b21;
    color: #ffffff;
    height: 100%;
}

.navbar-cnb .nav .langue {
    background-color: #cec098;
    color: #000;
}

.navbar-cnb .nav .langue a {
    color: #000;
    height: 100%;
}

.navbar-cnb .nav .langue a:hover {
    background-color: #b49f63;
    color: #000;
    height: 100%;
}

#navigation {
    position: relative;
    width: 100%;

}

#navigation .block-menu > ul.menu {
    display: table;
    width: 100%;
    margin: 0 auto;
    line-height: 1;
    font-size: 0;
    position: relative;
    text-align: center;
    background-color: #b49f63;

}

#navigation .block-menu > ul.menu:after, #navigation .block-menu > ul.menu::after {
    display: block;
    clear: both;
    content: '';
    width: 1px;
}

#navigation .block-menu > ul.menu > li {
    margin: 0;
    padding: 0;
    float: left;
    display: initial;
    zoom: 1;
    font-size: 16px;
}

#navigation .block-menu > ul.menu > li a {
    text-decoration: none;
    display: block;
    padding: 10px 35px;
    font-size: 1em;
    color: #fff;
}

#navigation .block-menu > ul.menu > li .selected {
    background-color: #d2232a;
}

#navigation .block-menu > ul.menu > li a:hover, #navigation .block-menu > ul.menu > li a.active {
    background-color: #cec098;
    color: #fff;
}

#navigation .block-menu > ul.menu > li ul.menu {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    height: 1.75em;
    top: 2.15em;
    overflow: hidden;
    z-index: 1;
}

#navigation .block-menu > ul.menu > li ul.menu li {
    display: inline-block;
    zoom: 1;
    float: none;
    border: none;
}

#navigation .block-menu > ul.menu > li ul.menu a {
    text-transform: uppercase;
    color: #4C4C4C;
    font-size: 0.6875em;
    padding: 0.8em 2.5em;
}

#navigation .block-menu > ul.menu > li ul.menu a:hover, #navigation .block-menu > ul.menu > li ul.menu a.active {
    background-color: #D9D9D9;
}

/* Small devices (phone, 768px and less) */
@media screen and (max-width: 767px) {
    #navigation .block-menu > ul.menu > .gamme-collapsed {
        display: none;
    }
}

/*------------------MENU LATERAL----------------*/
#wrapper {
    padding-left: 250px;
    transition: all 0.4s ease 0s;
}

#sidebar-wrapper {
    margin-left: -250px;
    left: 250px;
    width: 250px;
    background: rgba(255, 255, 255, 0.80);
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
    transition: all 0.4s ease 0s;
}

#wrapper.active {
    padding-left: 0;
}

#wrapper.active #sidebar-wrapper {
    left: 0;
}

#page-content-wrapper {
    width: 100%;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 260px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-nav li {
    line-height: 40px;
    text-indent: 20px;
}

.sidebar-nav li a {
    color: #ffffff;
    color: #000;
    display: block;
    text-decoration: none;
    padding-left: 60px;
}

.sidebar-nav li a span:before {
    position: absolute;
    left: 0;
    color: #41484c;
    text-align: center;
    width: 20px;
    line-height: 18px;
}

.sidebar-nav li a:hover,
.sidebar-nav li.active {
    color: #b49f63;
    background: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;

}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    line-height: 60px;
    font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.content-header {
    height: 65px;
    line-height: 65px;
}

#menu-toggle {
    text-decoration: none;
}

.btn-menu {
    color: #000;
}

.inset {
    padding: 20px;
}

@media (max-width: 767px) {

    #menu-toggle {
        display: inline-block;
    }

    .inset {
        padding: 15px;
    }
}

/*-------FIN STYLE NAVIGATION CSS-----------*/

/*-------BLOC VIDEO HOME--------------------*/
#video {
    display: block
}

#videosubstitute {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%
}

#videoDiv {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    overflow: hidden;
}

@media (max-width: 767px) {
    #videoDiv {
        padding-top: 60px;
    }
}

#videoDiv .preloader {
    width: 100%;
    height: 360px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 45;
}

.preloader .background {
    width: 100%;
    height: 360px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
}

.preloader img {
    width: 100%;
    height: auto;
}

.preloader #loader {
    width: 100%;
    height: 360px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 110;
}

.preloader #loader img {
    width: 5%;
    height: auto;
    margin: auto;
}

#videoBlock, #videoMessage {
    width: 100%;
    height: 100%;
}

#video {
    width: 100%;
}

.news {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 20px;
    z-index: 50;
}

.news_content {
    color: #fff;
    padding: 5px 10px;
}

.news_content a {
    font-weight: bold;
    color: red;
    font-size: 1em;
}

/*------FIN BLOC VIDEO HOME--------------------*/

/*------------BLOC GAMME HOME---------------------*/
.gamme .box {
    background: #0e0e0e none repeat scroll 0 0;
    float: left;
    height: 100%;
    width: 50%;
    color: #fff;
}

.container_gamme {
    width: 100%;
    background-color: red;
}

.container_gamme .box_gamme {
    background-color: #666;
    margin: 0px;
    padding: 0px;
}

.container_gamme li {
    height: 200px;
    width: 20%;
    min-width: 190px;
    float: left;
    text-align: center;
}

@media (max-width: 767px) {

    .container_gamme li {
        height: 200px;
        width: 50%;
        min-width: 160px;
        float: left;
        text-align: center;
    }
}

/*-------------------fin bloc gamme home-----------*/

/*-------------Gestion background--------------*/
.background-fixed {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-nopadding {
    border-bottom: medium none;
    margin: 0;
    padding: 0 0;
    position: relative;
    z-index: 0;
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

[data-overlay-color] {
    position: relative;
}

[data-background] {
    background-size: cover;
    background-position: 50% 50%;
}

/*---------------fin gestion background---------------*/

/*---------PAGE BATEAU BLOC SPECIFICATION-----------*/
.spec ul {
    margin: 0px;
    padding: 0px;
    text-align: left;
}

.spec ul li {
    list-style: none;
    font-size: 0.9em;
    line-height: 2em;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    clear: both;
}

.spec li label {
    font-weight: normal;
    float: left;
    padding-right: 15px;
}

/*.spec ul li:nth-child(even){ background-color: #cec098}*/
/*---------FIN PAGE BATEAU BLOC SPECIFICATION-----------*/

.titre-1 {
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 23px;
    font-size: 2.5em;
}

.titre-2 {
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 23px;
    font-size: 1.8em;
}

/*---------PAGE BATEAU CITATION------------*/

#bloc_citation {
    margin: 10px 0px;
    padding: 30px 10px;
}

#bloc_citation_auteur {
    margin: auto;
    display: block;
    margin-right: 60px;
}

#bloc_citation_auteur #citation {
    opacity: 0.5;
    text-align: right;
    font-size: 1.2em;
}

#bloc_citation_auteur {
    font-size: 1.4em;
    opacity: 0.7;
    margin: 0px 60px;
}

#bloc_citation #citation_content {
    font-size: 1.4em;
    opacity: 0.7;
    margin: 0px 60px;
}

@media (max-width: 767px) {
    #bloc_citation #citation_content {
        text-align: right;
    }
}

/*---------FIN PAGE BATEAU CITATION------------*/

/*---------PAGE BATEAU PLAN-----------*/
.plan {
    padding: 40px 0px;
}

.plan ul {
    margin: 0px;
    padding: 0px;
}

.plan ul li {
    float: left;
    width: 33%;
    height: 100px;
    list-style: none;
    margin-bottom: 20px;
    padding: 10px;
}

.plan ul li img {
    width: 100%;
    height: auto;
}

.plan ul li img:hover {
    width: 110%;
    height: auto;

    -webkit-filter: blur(2px);
}

@media (max-width: 767px) {
    .plan ul li {
        float: left;
        width: 50%;
        list-style: none;
        margin-bottom: 20px;
        padding: 10px;

    }
}

/*---------FIN PAGE BATEAU PLAN-----------*/

/*--------PAGE BATEAU GALLERIE------------*/
.gallery ul {
    margin: 0px;
    padding: 0px;
    margin: auto;
    width: 100%;
}

.gallery li {
    padding: 0px;
    margin: 0px;
    float: left;
    list-style-type: none;
    width: 12.5%;
    height: auto;
    overflow: hidden;
}

.gallery li img {
    width: 100%;
    height: auto;;
}

.gallery li a:hover img {
    width: 110%;
    height: auto;;
}

.gallery a {
    padding: 0px;
    margin: 0px;
    opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "alpha(opacity=100)"; /* IE 8 */
    filter: alpha(opacity=100); /* IE < 8 */
    text-decoration: none;
}

.gallery a:hover {

    padding: 0px;
    margin: 0px;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-filter: "alpha(opacity=50)"; /* IE 8 */
    filter: alpha(opacity=50); /* IE < 8 */
}

@media (max-width: 767px) {
    .gallery li {
        padding: 0px;
        margin: 0px;
        float: left;
        list-style-type: none;
        width: 33%;
        height: auto;
        overflow: hidden;
    }
}

/*------------------FIN PAGE BATEAU GALLERIE-------*/

/*------------------PAGE BATEAU PRESSE------------*/
#Gallery_Press {
    padding: 20px 0px;
}

#Gallery_Press li {
    float: left;
    text-align: center;
    width: 15%;
    padding: 0px;
    margin: 0px;
    line-height: 1;
    padding: 0px 10px;
    height: 220px;
}

#Gallery_Press li a {
    border: 0px;
    font-size: 0.9em;
}

#Gallery_Press li img {
    padding-bottom: 10px;
    display: block;
    margin: auto;
    max-height: 180px;
}

@media (max-width: 767px) {
    #Gallery_Press li {
        width: 33%;
    }
}

/*--------------FIN PAGE BATEAU PRESSE------------*/

.gallery li.format-Galerie {
    padding: 0px;
    margin: 0px;
    float: left;
    list-style-type: none;
    width: 25%;
    height: auto;
    overflow: hidden;
}

#texte_SP {
    margin: 30px 60px;
    text-align: justify;
}

.header_std {
    padding: 0 !important;
    position: relative;
}

.vm20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.titre3 {
    text-transform: uppercase;
    font-size: 1.3em;
}

.rdv {
    font-size: 2.3em;
    text-transform: uppercase;
}

body > #wrapper {
    padding-top: 36px;
}

.jssocials-share {
    display: inline;
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
    color: black;
    margin-right: 3px;
}

.jssocials-share a {
    color: black;
}

.sidebar-nav > li > a {
    text-transform: uppercase;
}

sulu\:gallery {
    width: 100%;
    height: 60px;
    display: block;
    background-color: #828282;
    color: white;
    text-align: center;
    padding-top: 20px;
    font-size: 20px;
    text-transform: uppercase;

}

#floatingBarsG {
    position: relative;
    display: inline-block;
    width: 19px;
    height: 23px;
    margin: auto;
}

.blockG {
    position: absolute;
    background-color: rgb(255, 255, 255);
    width: 3px;
    height: 7px;
    border-radius: 2px 2px 0 0;
    -o-border-radius: 2px 2px 0 0;
    -ms-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    transform: scale(0.4);
    -o-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    animation-name: fadeG;
    -o-animation-name: fadeG;
    -ms-animation-name: fadeG;
    -webkit-animation-name: fadeG;
    -moz-animation-name: fadeG;
    animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}

#rotateG_01 {
    left: 0;
    top: 8px;
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

#rotateG_02 {
    left: 2px;
    top: 3px;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

#rotateG_03 {
    left: 8px;
    top: 1px;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}

#rotateG_04 {
    right: 2px;
    top: 3px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

#rotateG_05 {
    right: 0;
    top: 8px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

#rotateG_06 {
    right: 2px;
    bottom: 2px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
}

#rotateG_07 {
    bottom: 0;
    left: 8px;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

#rotateG_08 {
    left: 2px;
    bottom: 2px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
}

@keyframes fadeG {
    0% {
        background-color: rgb(0, 0, 0);
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

@-o-keyframes fadeG {
    0% {
        background-color: rgb(0, 0, 0);
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

@-ms-keyframes fadeG {
    0% {
        background-color: rgb(0, 0, 0);
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

@-webkit-keyframes fadeG {
    0% {
        background-color: rgb(0, 0, 0);
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

@-moz-keyframes fadeG {
    0% {
        background-color: rgb(0, 0, 0);
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

@media screen and (max-width: 767px) {
    #sidebar-wrapper .sidebar-nav > li:first-child {
        margin-top: 26px;
    }
}

.button-previous {
    margin-left: 20px;
    font-size: 2em;
}

.mag_preview {
    border: 1px solid #9b9b9b;
}

.my-20{
    margin-top: 20px;
    margin-bottom: 20px;
}


.sidebar-nav ul {
    padding-left: 14px;
}