/* A PROPOS SECTIONS */

#apropos-sections {
    background-color: #2C817D;
}

#apropos-sections #container {
    width: 600vw;
    background-color: #2C817D;
}

#apropos-sections h2 {
    color: #fff;
}

#apropos-sections p,
#apropos-sections li,
#apropos-sections p a {
    color: #fff;
}

.apropos-windows {
    position: absolute;
    left: 0;
}

.fixedElements .bottomBg {
    background-color: #2EA9A1;
    width: 100vw;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: 0px;
}

.apropos-barre {
    position: absolute;
    right: 200px;
    top: 90px;
    z-index: 11;
    height: calc(100vh - 150px);
}

.apropos-barre:before {
    content: '';
    width: 15px;
    height: 100%;
    display: block;
    background-color: #1D7173;
    position: absolute;
    top: 0;
    left: 0;
}

.apropos-barre .apropos-pushButton {
    position: absolute;
    top: 30%;
    left: -12px;
}

.apropos-barre .apropos-pushButton img {
    width: 40px;
}

.apropos-barre .apropos-pushButton .btnAction {
    position: absolute;
    background-color: var(--blue);
    width: 26px;
    height: 34px;
    top: 30px;
    left: 7px;
    cursor: pointer;
    border-bottom: 3px solid #004777;
    border-left: 3px solid #8ab8cf;
    transition: all 0.2s;
    animation: pulse2 2s infinite;
}

.apropos-barre .apropos-pushButton .btnAction:hover {
    border-bottom: 1px solid #8AB8CF;
    border-left: 1px solid #909599b8;
}

.topBarre {
    position: fixed;
    width: 100vw;
    left: 0;
    height: 15px;
    top: 90px;
    z-index: 0;
    background-color: #1D7173;
}


/*#panel-4 .content {
    margin-top: -400px;
    overflow: visible;
}*/

.wordsInfinite {
    position: relative;
    width: 100%;
    display: block;
    width: 400px;
    margin: 0 auto;
    text-align: center
}

.wordsInfinite li {
    font-family: TradeGothic, Brusseline, Arial, Helvetica, sans-serif;
    text-align: center!important;
    line-height: 40px !important;
    width: 100%;
    /*position: absolute;
    top: 0;
    animation: scrollUpWords1 5s linear infinite;
    transform: translateY(200px);
    opacity: 0;*/
    color: #fdfabe!important;
    font-size: 2.2em!important;
    display: block;
    list-style: none;
}


/*.wordsInfinite .word1 {
    animation-delay: 0s
}

.wordsInfinite .word2 {
    animation-delay: 1s
}

.wordsInfinite .word3 {
    animation-delay: 2s
}

.wordsInfinite .word4 {
    animation-delay: 3s
}

.wordsInfinite .word5 {
    animation-delay: 4s
}

@keyframes scrollUpWords1 {
    0% {
        transform: translateY(400px);
        opacity: 0
    }
    30% {
        opacity: 1
    }
    50% {
        opacity: 1
    }
    100% {
        transform: translateY(0px);
        opacity: 0
    }
}*/

.light1 {
    transform: rotate(-30deg);
    transform-origin: top;
    animation: light 4s linear infinite alternate;
}

.light2 {
    transform: rotate(10deg);
    transform-origin: top;
    animation: light2 6s linear infinite alternate;
}

@keyframes light {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(30deg);
    }
}

@keyframes light2 {
    60% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-10deg);
    }
}

.party {
    display: none;
}

.star {
    display: none;
}

.panel.partyPanel .party {
    display: block;
}

.panel.partyPanel .star {
    display: block;
}

.apropos-perso {
    height: 70%;
}

.apropos-perso img {
    height: 100%;
}

#apropos-sections .star {
    position: absolute;
}

.play1 {
    opacity: 0.5;
    scale: 0.8
}

.play2 {
    opacity: 0.5;
    scale: 0.5
}

.play3 {
    opacity: 0.5;
    scale: 0.2;
    animation: glow 2s infinite;
}

.play4 {
    opacity: 0.5;
    scale: 0.2;
    animation: glow 5s infinite;
}

.play5 {
    opacity: 15;
    animation: glow 5s infinite;
    animation-delay: 3s
}

@keyframes glow {
    0% {
        scale: 1.6;
    }
    40% {
        scale: 1;
    }
    60% {
        scale: 1;
    }
    100% {
        scale: 1.6;
    }
}

@media (max-width: 950px) {
    .apropos-barre {
        right: 150px;
    }
}

@media (max-width: 850px) {
    .simplePict {
        max-width: 500px;
    }
    #apropos-sections #container {
        background-color: #6ECECB;
    }
    .apropos-barre .apropos-pushButton {
        scale: 0.3
    }
    .apropos-barre:before {
        left: 5px;
        width: 5px;
    }
    .apropos-barre {
        right: 110px;
        top: 20px;
        height: calc(100vh - 60px);
        z-index: 9;
    }
    .topBarre {
        height: 5px;
        top: 20px
    }
    /* #panel-4 .content {
        margin-top: 0;
    }*/
}

@media (orientation: portrait) {
    .decoAbso {
        display: none!important;
    }
}

@media (orientation: landscape) and (max-width: 850px) {
    /* .decoAbso.plusCircle {
        display: block!important;
    }
    .plusCard {
        width: 100%
    }*/
    .panel {
        overflow: hidden;
        background-color: #2C817D
    }
    .apropos-windows {
        display: none;
    }
    .wordsInfinite li {
        line-height: 29px !important;
        font-size: 1.3em !important;
    }
    .simplePict {
        max-width: 300px;
    }
}