ul.slide{
list-style: none;
padding: 0;
margin: 0;
z-index: 5;
width: 100% !important;
height: 47vw !important;
}
ul.slide li{
width: 100% !important;
height: 47vw !important;
margin: 0 0 20px 0;
}

#slide_txt{
position:absolute;
left:0;
right:0;
bottom: 15%;
display: block;
float: none;
margin: auto;
z-index: 1000;
text-align: center;
}
h2.titre_slider {
    font-size: 2.75vw;
    font-weight: 900;
    text-shadow: 1px 1px #000000;
    color: #ffffff;
    /*text-transform:uppercase;*/
}
h5.ss_titre_slider {
    font-size: 1.25vw;
    font-weight: 300;
    text-shadow: 1px 1px #000000;
    color: #ffffff;
    /*text-transform:uppercase;*/
width:65%;
font-style:italic;
margin:auto;
}

#filigrane_slider{
position: absolute;
z-index: 100;
text-align: center;
width: 100%;
top:64%;
font-size: 50px;
font-weight: normal;
color: #fff;
text-shadow: 1px 1px 1px #000;
}

#filigrane_slider img{
width:22%;
}

#filigrane_slider .filigran_txt{
margin-top:0.5%;
font-size:33px;
font-family: 'HelveticaNeueThin';
}

.text_since {
    position: absolute;
    z-index: 1000;
    bottom: 8%;
    left: 50%;
    transform: translate(-50%);
    font-size: 28px;
    color: #ffffff;
    width: 50%;
    text-align: center;
text-shadow: 1px 2px 3px #000;
}

.control_slide{
position: absolute;
z-index: 500;
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
height: 100%;
}
.control_slide span[id^="prev_"]:before,
.control_slide span[id^="next_"]:before{
margin:30px;
cursor:pointer;
}
.control_slide span[id^="prev_"]:before{
content: "\e889";
font-family: Linearicons;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #ffffff;
font-size: 75px;
}
.control_slide span[id^="next_"]:before{
content: "\e88a";
font-family: Linearicons;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #ffffff;
font-size: 75px;
}

/*************
* CSS MOBILE *
*************/
/* =====================================
Tablet (Portrait) 
===================================== */
@media only screen and (min-width: 668px) and (max-width: 768px) and (orientation : portrait) {
ul.slide{
height:44vw !important;
}
ul.slide li{
height:44vw !important;
}
.slide_img{
background-size:cover;
}
h2.titre_slider {
    font-size: 45px;;
}
h5.ss_titre_slider {
    font-size: 20px;
}
#filigrane_slider{display:none;}
.text_since{font-size:20px;bottom:15%;}
}

/* =====================================
Tablet (Paysage) 
===================================== */
@media only screen and (max-width: 1024px) and (min-width: 668px) and (orientation : landscape) {
ul.slide{
height:44vw !important;
}
ul.slide li{
height:44vw !important;
}
.slide_img{
background-size:cover;
}
h2.titre_slider {
    font-size: 45px;;
}
h5.ss_titre_slider {
    font-size: 20px;
}
#filigrane_slider{display:none;}
.text_since{font-size:26px;bottom:11%;}
}
}

/* =====================================
Smartphones (Landscape) 
===================================== */
/*@media only screen and (min-width: 415px) and (max-width: 667px) { 
ul.slide{
height:150px;
}
ul.slide li{
height:150px;
}
.slide_img{
background-size:cover;
}
h2.titre_slider {
    font-size: 20px;;
}
h5.ss_titre_slider {
    font-size: 20px;
}
}*/

/* =====================================
Smartphones (Portait) 
===================================== */
/*@media only screen and (max-width: 414px) {
ul.slide{
height:150px;
}
ul.slide li{
height:150px;
}
.slide_img{
background-size:cover;
}
h2.titre_slider {
    font-size: 20px;;
}
h5.ss_titre_slider {
    font-size: 20px;
}
}*/

.cycle-prev, .cycle-next {
    position: absolute;
    top: 0;
    width: 15%;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 800;
    height: 100%;
    cursor: pointer;
text-align:center;
}
.cycle-prev {
    left: 0;
}
.cycle-next {
    right: 0;
}
.cycle-prev:hover, .cycle-next:hover {
    opacity: .7;
    filter: alpha(opacity=70);
}

.cycle-prev .glyphicon-chevron-left, 
.cycle-next .glyphicon-chevron-right{
width:30px;
height:30px;
font-size:30px;
top:50%;
color:#ffffff;
text-shadow:2px 2px 2px #000000;
}

.cycle-pager { 
    text-align: center;
width: 100%;
z-index: 500;
position: absolute;
bottom: 25px;
overflow: hidden;
}
.cycle-pager a{ 
    font-family: arial;
font-size: 50px;
width: 58px;
height: 2px; 
    display: inline-block;
color: #2e2315;
cursor: pointer;
background:#2e2315;
/*border-radius:50%;*/
margin-right:12px;
border:2px solid #2e2315;
}
.cycle-pager a{color: #000;background:#000;border:2px solid #000;}
.cycle-pager a.activeSlide { color: #fff;background:#fff;border:2px solid #fff;}
.cycle-pager > * { cursor: pointer;}

.cycle-overlay { 
font-family: tahoma, arial;
position: absolute;
bottom: 40%;
width: 75%;
z-index: 600;
background: transparent;
color: white;
text-align:center;
text-shadow:2px 2px 2px #000000;
left:12.5%;
text-transform:uppercase;
}

.cycle-overlay h3{
font-size:97px;
font-weight:bold;
}

.cycle-overlay .slider-comment{
font-size:100px;
font-weight:normal;
}

@media (min-width: 769px){
.gallery{
/*margin-top:44px;*/
}
}

@media (max-width: 768px){
.gallery{
/*margin-top:107px;*/
}
}