/**** MAIN ****/
/**************/

header.hero-image .background-image {
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

article.content-wrapper li.list {
    list-style: outside none none;
    margin-bottom: 10px;
}

.clearfix {
    clear: both;
}

.nopadding {
    padding-left: 0;
}

.nopaddingtop {
    padding-top: 0 !important;
}

.paddingtop-sm {
    padding-top: 20px;
}

button:focus {
    outline: 0 !important;
}

#map {
    height: 100%;
}

.toast-top-right {
    top: 90px;
}

.text-shadow {
    text-shadow: 1px 1px 6px #9f9f9f;
}

#text-animated0 {
    max-width: 60%;
    margin: 0;
    padding: 0;
}

/**** ANIMATIONS ****/
/********************/

.scroll-fade-in-block.show {
    opacity: 1;
    transform: translateY(0px);
    transition: transform 1.4s ease 0s, opacity 1.4s ease 0s;
}

.scroll-fade-in-block {
    opacity: 0;
    transform: translateY(15rem);
    transition: transform 0.7s ease 0s, opacity 0.7s ease 0s;
}

.scroll-fade-in-block-little.show {
    opacity: 1;
    transform: translateY(0px);
    transition: transform 1.4s ease 0s, opacity 1.4s ease 0s;
}

.scroll-fade-in-block-little {
    opacity: 0;
    transform: translateY(10rem);
    transition: transform 0.7s ease 0s, opacity 0.7s ease 0s;
}

.animated-images-height-width.show {
    height: 100%;
    width: 100%;
    opacity: 1;
}

.animated-images-height-width {
    transition: width 1.8s ease 0s, height 1.8s ease 0s;
    height: 0%;
    width: 0%;
    margin: auto;
    opacity: 0;
}

.animated-images-width.show {
    width: 100%;
    opacity: 1;
}

.animated-images-width {
    transition: width 0.8s ease 0s;
    width: 0%;
    margin: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
    opacity: 0;
}

.animated-images-width-offset100.show {
    width: 100%;
    opacity: 1;
}

.animated-images-width-offset100 {
    transition: width 0.9s ease 0s;
    width: 0%;
    margin: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
    opacity: 0;
}

.animated-lines {
    position: relative !important;
}

/*.clipBox{
  position:absolute;
  width:1920px;
  height:500px;   background:url(http://placehold.it/1920x500);
}*/

#clip3.clipBox {
    position: absolute;
    width: 1920px;
    height: 500px;
    background: url(http://placehold.it/1920x500);
    clip: rect(0px 1920px 500px 0px);

}

#clip4.clipBox {
    position: absolute;
    width: 1920px;
    height: 500px;
    background: url(http://placehold.it/1920x500);
    clip: rect(0px 1920px 500px 0px);
}

#clip5.clipBox {
    position: absolute;
    width: 100%;
    height: 500px;
    background: url(http://placehold.it/1920x500);
    clip: rect(0px 1920px 500px 0px);
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: center;
}

.clipbg {
    position: relative;
    margin-right: 10px;
    width: 1920px;
    height: 500px;
    display: inline-block;
    background-color: #333;
    cursor: pointer;
}

.clipbg5 {
    position: relative;
    margin-right: 10px;
    width: 100%;
    height: 500px;
    display: inline-block;

    cursor: pointer;
}

.clip3 {
    background: url(http://www.greensock.com/_img/cssplugin_css3/clip_centerAll.gif);
}

.clip4 {
    background-color: #00ff00;
}

.clip5 {
    background-color: #ff0000;
}

.text-animated {
    /*visibility: hidden;*/
    /*display: none;*/
}

/*258px 475px 258px 475px*/
/*344px 952px 344px 952px*/
/*344px 686px 344px 686px*/

/*.animated-lines.show {
    height: 100%;
    transform: matrix(1, 0, 0, 1, 0, 0);
    transition: transform 1.4s ease 0s, height 1.4s ease 0s;
}
.animated-lines {
    height: 0px;
    transform: matrix(1, 0, 0, 1, 0, -90);
}
*/


/**** HOME ****/
/**************/

@media (max-width: 767px) {

    .view-home h3#text-animated0{
        display: none;
    }

    .view-home .heading-01 {
        margin-top: 1.1em !important;
    }

}

#article04 .background-image-cover,
#faq .background-image-cover {
    background-size:contain;
}

/**** CONTACT ****/
/*****************/

#gmapContact {
    height: 500px;
}

#gmapContact #map {
    height: 500px;
}

/**** SOCIETE ****/
/*****************/

.team-pictures img {
    max-width: 50%;
}

#sponsors {
    position: relative;
    top: 50px;
    margin-bottom: 50px;
}

#sponsors div {
    display: inline-block;
    text-align: center;
    margin: auto;
    padding: 20px;
}

#sponsors img {
    margin: auto;
}

#lois {
    margin-top: 200px;
}

/**** PAGE LOADING EFFECT ****/
/*****************************/

.container {
    display: none;
}

.container.show {
    display: block;
}

.pageload-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    z-index: 3000;
}

.pageload-overlay.show {
    visibility: visible;
}

.pageload-overlay svg {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

#loaderClose.pageload-overlay svg path {
    /*fill: #0000ff;*/
    /*fill:rgb(136, 21, 7);*/
    fill: #0e182d;
}

#loaderOpen.pageload-overlay svg path {
    /*fill: #0000ff;*/
    /*fill:#ffffff;*/
    fill: #0e182d;
}

/*.pageload-overlay::after,
.pageload-overlay::before {
  content: '';
  position: fixed;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  border-radius: 0%;
  visibility: hidden;
  opacity: 0;
  z-index: 10000000;
  -webkit-transition: opacity 0.15s, visibility 0s 0.15s;
  transition: opacity 0.15s, visibility 0s 0.15s;
}*/

/*.pageload-overlay::after {
  background: #fff;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: moveRight 0.6s linear infinite alternate;
  animation: moveRight 0.6s linear infinite alternate;
}

.pageload-overlay::before {
  background: #fff;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: moveLeft 0.6s linear infinite alternate;
  animation: moveLeft 0.6s linear infinite alternate;
}*/

@-webkit-keyframes moveRight {
    to {
        -webkit-transform: translateX(20px);
    }
}

@keyframes moveRight {
    to {
        transform: translateX(20px);
    }
}

@-webkit-keyframes moveLeft {
    to {
        -webkit-transform: translateX(-20px);
    }
}

@keyframes moveLeft {
    to {
        transform: translateX(-20px);
    }
}

/**** GALERIE (DOCUMENTATION) ****/

#ilightbox li{
    display: block;
}

#ilightbox li img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    max-width: 100%;
}

