/* LOADER */
#myGallery .loadingElement { width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-repeat: no-repeat; background-position: center center; background-image: url('../images/loading-bar-black.gif') }

/* MAIN FRAMES */
#myGallery { position: relative; display: table !important; width: 100%; height: 1080px !important; overflow: hidden; z-index: 0 }

@media (max-width:2560px) { #myGallery { height: 720px !important } }
@media (max-width:1920px) { #myGallery { height: 540px !important } }
@media (max-width:690px) { #myGallery { display: block !important; height: auto !important } }

#myGallery .slideElement { width: 100%; height: 1080px; z-index: 0 }

@media (min-width:3841px) { #myGallery .slideElement { background-size: 100% auto !important } }
@media (max-width:2560px) { #myGallery .slideElement { height: 720px } }
@media (max-width:1920px) { #myGallery .slideElement { height: 540px } }
@media (max-width:960px) { #myGallery .slideElement { background-position: 30% 50% !important } }
@media (max-width:690px) { #myGallery .slideElement { position: relative !important; float: left; height: 300px; background-position: 50% 50% !important; background-size: cover !important } }

/* LANGUAGE */
#myGallery .slideInfoZone { position: relative; display: table-cell; float: none; vertical-align: middle; width: 100%; height: 1080px !important; text-align: left; padding: 0 2%; margin: 0; background: transparent; color: #FFFFFF; text-indent: 0; overflow: visible !important; opacity: 1 !important; z-index: 1 }

@media (max-width:2560px) { #myGallery .slideInfoZone { height: 720px !important } }
@media (max-width:1920px) { #myGallery .slideInfoZone { height: 540px !important } }
@media (max-width:960px) { #myGallery .slideInfoZone { background-image: url(../../../images/mid.png); background-repeat: repeat } }

@media (max-width:690px) { #myGallery .slideInfoZone { display: block; float: left; width: 100%; height: auto !important; text-align: center; padding: 25px 0 0 0; background-image: none; background-color: #FFFFFF } }

#myGallery .slideInfoZone h2 { width: 100%; padding: 0 }

@media (max-width:690px) { #myGallery .slideInfoZone h2 { width: 90%; padding: 0 5% } }

#myGallery .slideInfoZone a { width: 100%; font-size: 110px; line-height: 110px; color: #FFFFFF; padding: 0; margin: 0; transition: 0.1s }

@media (max-width:2560px) { #myGallery .slideInfoZone a { font-size: 50px !important; line-height: 50px !important } }
@media (max-width:1920px) { #myGallery .slideInfoZone a { font-size: 40px !important; line-height: 40px !important } }
@media (max-width:1400px) { #myGallery .slideInfoZone a { font-size: 40px !important; line-height: 40px !important } }
@media (max-width:960px) { #myGallery .slideInfoZone a { font-size: 36px !important; line-height: 36px !important } }
@media (max-width:690px) { #myGallery .slideInfoZone a { width: 90%; font-size: 20px !important; line-height: 20px !important; color: #2a588c; padding: 0 5% } }

@media (max-width:690px) { #myGallery .slideInfoZone br { display: none } }

.notitle #myGallery .slideInfoZone { display: none }

/* ARROWS */
#myGallery a.right, #myGallery a.left { position: absolute; height: 100%; width: 5%; z-index: 2; cursor: pointer }

#myGallery a.left { left: 0; top: 0; background: url('../images/fleche1.png') no-repeat center left }

#myGallery a.right { right: 0; top: 0; background: url('../images/fleche2.png') no-repeat center right }

.iacf_prev, .iacf_next { display: none }

/* CAROUSEL */
#myGallery div.carouselContainer { display: none }