@charset"utf-8";

/*==========================SECTION=========================*/

section {
    box-shadow: 0px 0px 30px #000;
}


/*=========================ARTICLE===========================*/

article {
    background-color: rgba(0, 0, 0, 0.4);
    margin: 20px;
    padding: 10px;
    border-radius: 20px;
}

article div.post {
    height: 400px;
    padding: 1% 1% 0 1%;
    box-shadow: 0 0 8px #5a5a5a;
    border-radius: 10px;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
}

article h1 {
    
    font-size: 20px;
    line-height: 40px;
    border-bottom: 1px dotted;
    margin-bottom: 0;
    font-family: Georgia, "Times New Roman", Times, serif;

}

.post a {
    color: #fff;
    text-decoration: none;
}

.texte {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: justify;
    margin: 0 20px 0 8px;
}

.img1 {
    padding: 5px;
}

.img1 img {
    height: 115px !important;
}

.bouton {
    position: absolute;
    left: 26%;
    top: 385px;
    background: #8AAA4F;
    border-radius: 20px;
    text-align: center;
    font-size: 1.4em;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    color: #FFF;
    border: #68843A solid 1px;
    background: linear-gradient(to bottom, #6F6, #060);
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6), 0 -1px 0 rgba(0, 0, 0, 0.4);
}

.bouton:active {
    color: #fff;
    background: linear-gradient(to bottom, #6F6, #060);
    box-shadow: 1px 1px 10px #060 inset, 0 1px 0 rgba(255, 255, 255, 0.4);
}

.bouton:hover {
    color: #ddd;
    background: #3F3;
    background: linear-gradient(to bottom, #9F3, #0C0);
}


/* =======================NAV ===============================*/

#menu-bar {
    width: 70%;
    margin: 0;
    padding: 10px 6px 4px 6px;
    height: 50px;
    line-height: 100%;
    border-radius: 24px;
    box-shadow: 2px 2px 3px #666666;
    background: #2D2A8B;
    background: linear-gradient(to bottom, #3169A9, #3B347A);
    border: solid 1px #050A52;
    /*z-index:999;*/
}

#menu-bar li {
    margin: 0px 0px 6px 0px;
    padding: 0px 6px 0px 6px;
    float: left;
    list-style: none;
}

#menu-bar a {
    font-weight: bold;
    font-family: arial;
    font-style: normal;
    font-size: 1.8rem;
    color: #E7E5E5;
    text-decoration: none;
    display: block;
    padding: 7px 20px;
    margin: 0;
    margin-bottom: 6px;
    border-radius: 10px;
    text-shadow: 2px 2px 3px #000000;
}

.home a {
    background: none !important;
}

.home img {
    margin-top: -6px;
}

#menu-bar li ul li a {
    margin: 0;
    z-index: 100;
}

#menu-bar .active a,
#menu-bar li:hover>a {
    background: #ebebeb;
    background: linear-gradient(to bottom, #EBEBEB, #A1A1A1);
    color: #444444;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-shadow: 2px 2px 3px #FFFFFF;
}

#menu-bar ul li:hover a,
#menu-bar li:hover li a {
    background: none;
    border: none;
    color: #666;
    box-shadow: none;
}

#menu-bar ul a:hover {
    background: #0399D4 !important;
    background: linear-gradient(to bottom, #04ACEC, #0186BA) !important;
    color: #FFFFFF !important;
    border-radius: 0;
    text-shadow: 2px 2px 3px #FFFFFF;
}

#menu-bar ul {
    background: #DDDDDD;
    background: linear-gradient(to bottom, #FFFFFF, #CFCFCF);
    display: none;
    margin: 0;
    padding: 0;
    width: 185px;
    position: absolute;
    /*top: 32px;
    left: 0;*/
    border: solid 1px #B4B4B4;
    border-radius: 10px;
    box-shadow: 2px 2px 3px #222222;
    z-index: 100;
}

#menu-bar li:hover>ul {
    display: block;
}

#menu-bar ul li {
    float: none;
    margin: 0;
    padding: 0;
}

#menu-bar ul a {
    padding: 10px 0px 10px 15px;
    color: #424242 !important;
    font-size: 15px;
    font-style: normal;
    font-family: arial;
    font-weight: normal;
    text-shadow: 2px 2px 3px #FFFFFF;
}

#menu-bar ul li:first-child>a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#menu-bar ul li:last-child>a {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#menu-bar:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

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

html[xmlns] #menu-bar {
    display: block;
}

* html #menu-bar {
    height: 1%;
}


/*========================= ASIDE ==========================*/

aside {
    float: left;
    margin-left: 1%;
    margin-top: 45px;
}


/* ========================FOOTER=======================*/

footer {
    width: 100%;
    margin-top: 10px;
    background: linear-gradient(#1A1B1F 15%, #353940 100%);
}

#footer-gauche {
    left: 15%;
    width: 260px;
    margin-bottom: 10px;
    float: left;
}

#footer-centre {
    left: 38%;
    position: absolute;
    width: 260px;
}

#footer-droit {
    left: 60%;
    position: absolute;
    width: 260px;
}

footer h4 {
    color: #6B4724;
    font-size: 16px;
    margin: 30px 0 10px 0;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 1px solid;
}

footer ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left;
}

footer li {
    float: left;
    margin: 0 0 10px;
    width: 225px;
}

footer li a {
    color: #A8A4AB;
    text-decoration: none;
    font-family: Arial, Verdana, sans-serif;
    padding: 0 0 3px;
    font-size: 11px;
}

footer li a:hover {
    color: #FF00FF;
    text-decoration: none;
}

#copyright {
    width: 100%;
    background-color: #003;
    color: #fff;
    clear: both;
    border-top: #CCC thin solid;
    padding-top: 5px;
    font-size: 12px;
}

.clearer {
    clear: both;
    overflow: hidden;
}


/*==================================== MENU accordeon====================*/

#menu-accordeon {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    width: 180px;
}

#menu-accordeon ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

#menu-accordeon li {
    background-color: #729EBF;
    background-image: linear-gradient(to bottom, #729EBF 0%, #333A40 100%);
    border-radius: 0 6px 6px 0;
    margin-bottom: 2px;
    border: solid 1px #333A40;
}

#menu-accordeon li li {
    max-height: 0;
    overflow: hidden;
    transition: all 1s;
    border-radius: 0;
    background: #444;
    border: none;
    margin: 0;
}

#menu-accordeon a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 5px 0;
    font-family: verdana;
    font-size: 13px;
    text-shadow: 2px 2px 3px #000000;
}

#menu-accordeon ul li a,
#menu-accordeon li:hover li a {
    font-size: 12px;
}

#menu-accordeon li:hover {
    background: #729EBF;
}

#menu-accordeon li li:hover {
    background: #999;
}

#menu-accordeon ul li:last-child {
    border-radius: 0 0 6px 6px;
    border: none;
}

#menu-accordeon li:hover li {
    max-height: 15em;
}

.vers:after {
    float: right;
    padding-right: 1.5em;
    content: "\21E9";
    color: red;
    text-shadow: 2px 2px 3px #000;
    font-weight: 900;
}

.BoxMenu {
    margin-top: 0px;
    color: #000;
    background-color: transparent;
    overflow: hidden;
    width: 350px;
    height: 650px;
    position: fixed;
    left: -196px;
    
    transition-duration: 2s;
    border-radius: 0 8px 8px 0;
    z-index: 100;
}

.contenu {
    height: 70px;
    width: 190px;
   /* z-index: 100;*//*changé Mars 2023*/
}

.txt {
    text-shadow: 1px 1px 2px #000;
    border: 3px #ADD8E6 ridge;
    font-size: 22px;
    color: #FFF;
    text-align: center;
    left: 132px;
    top: 120px;
    width: 170px;
    height: 42px;
    border-radius: 0 0 12px 12px;
    transform: rotate(270deg);
    background: #04ADD7;
    position: relative;
}

.BoxMenu:hover {
    left: 0;
}


/* ============================== SLIDER ====================*/


/* http://www.menucool.com */

#sliderFrame {
    width: 100%;
    margin: 0 auto;
    /*center-aligned*/
}

#slider,
#slider div.sliderInner {
    width: 100%;
    height: 330px;
    /* Must be the same size as the slider images */
}

#slider {
    background: #fff url(../img/loading.gif) no-repeat 50% 50%;
    margin: 0 auto;
    /*center-aligned*/
    transform: translate3d(0, 0, 0);
    box-shadow: 0px 1px 5px #999999;
}

#slider img {
    width: 100%;
}


/* image wrapper */

#slider a.imgLink,
#slider div.video {
    z-index: 2;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 330px;
}

#slider .video {
    background: transparent url(../img/video.png) no-repeat 50% 50%;
}


/* Caption styles */

#slider div.mc-caption-bg,
#slider div.mc-caption-bg2 {
    position: absolute;
    width: 100%;
    height: auto;
    padding: 10px 0;
    /* 10px will increase the height.*/
    left: 0px;
    /*if the caption needs to be aligned from right, specify by right instead of left. i.e. right:20px;*/
    bottom: 0px;
    /*if the caption needs to be aligned from top, specify by top instead of bottom. i.e. top:150px;*/
    z-index: 3;
    overflow: hidden;
    font-size: 0;
}

#slider div.mc-caption-bg {
    /* NOTE: Its opacity is to be set through the sliderOptions.captionOpacity setting in the js-image-slider.js file.*/
    background: Black;
    /* or any other colors such as White, or: background:none; */
}

#slider div.mc-caption-bg2 {
    background: none;
}

#slider div.mc-caption {
    font: bold 14px/20px Arial;
    color: #EEE;
    z-index: 4;
    text-align: center;
    background: none;
}

#slider div.mc-caption a {
    color: #FB0;
}

#slider div.mc-caption a:hover {
    color: #DA0;
}


/* ------ built-in navigation bullets wrapper ------*/


/* Note: check themes\2\js-image-slider.css to see how to hide nav bullets */

#slider div.navBulletsWrapper {
    top: 390px;
    /* Its position is relative to the #slider */
    text-align: center;
    background: none;
    z-index: 5;
}


/* each bullet */

#slider div.navBulletsWrapper div {
    width: 11px;
    height: 11px;
    font-size: 0;
    color: White;
    /*hide the index number in the bullet element*/
    background: transparent url(../img/bullet.png) no-repeat 0 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
    overflow: hidden;
    cursor: pointer;
    margin: 0 6px;
    /* set distance between each bullet*/
}

#slider div.navBulletsWrapper div.active {
    background-position: 0 -11px;
}


/* --------- Others ------- */

#slider div.loading {
    width: 100%;
    height: 100%;
    background: transparent url(../img/loading.gif) no-repeat 50% 50%;
    filter: alpha(opacity=60);
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

#slider img,
#slider>b,
#slider a>b {
    position: absolute;
    border: none;
    display: none;
}

#slider div.sliderInner {
    overflow: hidden;
   
    position: absolute;
    top: 0;
    left: 0;
}

#slider>a,
#slider video,
#slider audio {
    display: none;
}

.imgIndex {
    margin: -50px;
}