html, body{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Poppins-Regular, serif;
}
body:before {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: rgba(0, 0, 0, 0.8);*/
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }

/* Designing for scroll-bar */
::-webkit-scrollbar {
    cursor:pointer;
}
::-webkit-scrollbar {
    width: 8px;
    background: #262626;
}
::-webkit-scrollbar:hover {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #262626;
    border-radius: 5px;
}
::-webkit-scrollbar-thumb {
    background: #6ce9ff;
    border-radius: 8px;
}
::-webkit-scrollbar-thumb:hover {
    background: #6ce9ff;
    color: #FFFFFF;
    font-size: 24px;
    letter-spacing: 0.1em;
    margin-top: 30px;
}

/****
generic
 */

.cursor-unset {
    cursor: unset;
}

.btn-default {
    color: #459D00;
    font-size: 20px;
}

.btn-default-18 {
    color: #459D00;
    font-size: 18px;
}
.btn-default-0 {
    color: #459D00;
}

.btn-default:hover,
.btn-default-0:hover,
.btn-default-18:hover {
    color: #6ce9ff;
    background-color: #000000a6;
}

@media screen and (min-width: 0px) and (max-width: 1199px) {
    .btn-default,
    .btn-default-18{
        font-size: 16px;
    }
}

.colorElectricTerminal {
    color: #6ce9ff;
}

.circle{
    margin:10px;
    width:50px;
    min-width: 50px;
    background:#459D00;
    height:50px;
    text-align:center;
    border-radius:100px;
    line-height: 50px;
    float: left;
    font-size: 20px;
    font-weight: 800;
}

.stroke {
    -webkit-text-fill-color: #00ff0800;
    -webkit-text-stroke: 1px;
}

.stroke-defaultColor{
    color: #459D00;
    font-size: 80px;
    display: block;
    font-weight: 800;
}

.arrowAutoSlideBottom {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    /*color: #6ce9ff;*/
    color: #ffffff;
    cursor: pointer;
}
.arrowAutoSlideBottom:hover {
    color: #459D00;
}


/**
section and global
 */

.section{
    text-align:center;
    overflow: hidden;
}

.sectionContenaireScroll {
    margin-top: 200px;
    margin-bottom: 250px
}
.sectionContenaireScrollStart {
    margin-top: 50px;
    margin-bottom: 250px
}

/*@media screen and (min-width: 0px) and (max-width: 991px) {*/
@media screen and (min-width: 0px) and (max-width: 1200px) {
    .sectionContenaireScroll {
        margin-top: 100px;
        margin-bottom: 100px
    }
    .sectionContenaireScrollStart {
        margin-top: 100px;
        margin-bottom: 250px
    }
    .sectionContenaireScrollResponsive {
        margin-top: 100px;
        margin-bottom: 100px
    }
    .sectionContenaireScrollStartResponsive {
        margin-top: 50px;
        margin-bottom: 100px
    }
    .sectionVideoContenaireNoScrollResponsive {
        margin-top: 150px;
    }
}

#video{
    position: absolute;
    right: 0;
    bottom: 0;
    top:0;
    width: 100%;
    height: 100%;
    background-color: black;
    background-position: center center;
    background-size: contain;
    object-fit: cover; /*cover video background */
    z-index:3;
}

.coverVideo{
    /*position: absolute;*/
    position: relative;
    right: 0;
    bottom: 0;
    top:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 1;
    z-index: 4;
}
.coverVideo-t0 {
    background-color: unset;
}
.coverVideo-t5 {
    background-color: rgba(0, 0, 0, 0.5);
}
.coverVideo-t6 {
    background-color: rgba(0, 0, 0, 0.6);
}
.coverVideo-t7 {
    background-color: rgba(0, 0, 0, 0.7);
}
.coverVideo-t8 {
    background-color: rgba(0, 0, 0, 0.8);
}

.coverVideo .rowCoverVideo{
    width: 100%;
    height: 100%;
}

.coverVideo .rowCoverVideo .textCoverVideo{
    color: #FFFFFF;
    text-shadow: 2px 2px 4px #000000;
    letter-spacing: 0.5em;
}

.textCoverVideo-ling1{
    font-size: 70px;
}
.textCoverVideo-ling2{
    font-size: 25px;
}

/*block page

 */
.blockPage{
    display : none;
}

.blockPage.active{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.blockPage .rowBlockPage{
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px #474747;
}

/* Fixed header.
* --------------------------------------- */
#header{
    position:fixed;
    height: 90px;
    display:block;
    width: 100%;
    background: transparent;
    z-index:9;
    text-align:center;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    top: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

#headerMenuLang .dropdown-menu{
    top: 23px!important;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.spaceHeader {
    height: 100px;
}

.logoHeader {
    /*width: 210px;*/
    /*margin-top: -60px;*/
    height: 100%;
}

#header .linkMenu a {
    text-decoration: none;
    color: #FFFFFF;
    padding: 20px;
}
#header .linkMenu a:hover {
    color: #6ce9ff !important;
}

@media screen and (min-width: 0px) and (max-width: 1199px) {

    #menuHeader,
    #btnMenuHeader {
        display: none!important;
    }

    #rowHeader {
        justify-content: unset!important;
    }

}
@media screen and (min-width: 0px) and (max-width: 600px) {

    #header{
        height: 72px;
    }


}



/*
    icone menu
 */
.sideBtnInClose {
    color: white;
    font-size: 40px;
    cursor: pointer;
}

.sideLogo{
    margin-top: -60px;
    margin-bottom: 10px;
    width: 230px;
}

.reseauxSociaux{
    position: absolute;
    /*bottom: 12% !important;*/
    top: 84%;
    /*left: -290px;*/
    left: -85%;
    width: 100%;
    transform: rotate(64deg) scale(1);
}
.reseauxSociaux a {
    color: #FFFFFF;
    padding-bottom: 10px;
    text-align: center;
    transform: rotate(296deg);
}

.reseauxSociaux a:hover,
.menuSlide a:hover{
    color: #6ce9ff;
}

.menuSlide{
    margin-left: -10px;
    padding-top: 20px;
}

.menuSlide a,
.menuSlide span {
    color: #FFFFFF;
    font-size: 20px;
}

.menuSlide label {
    color: #FFFFFF;
    font-size: 15px;
}

.menuSlide a i{
    font-size: 20px;
}

.menuSlide .nav {
    display: block;
    padding: 0.5rem 1rem;
}

.reseauxSociaux .reseauxTwitter,
.reseauxSociaux .reseauxLinkedin {
    position: relative;
    bottom: -20px;
}

.reseauxSociaux .reseauxFacebook,
.reseauxSociaux .reseauxInstagram {
    position: relative;
    bottom: -10px
}

@media screen and (min-width: 0px) and (max-width: 600px) {

    .sideLogo{
        position: absolute;
        width: 170px !important;
        right: 40px;
        top: 70px;
    }

    .menuSlide{
        padding-top: 25% !important;
    }

    .nav{
        align-items: center;
        position: absolute;
        right: 10%;
        line-height: 50px;
    }

    .menuSlide a{
        font-size: 17px !important;
    }

    .reseauxSociaux {
        position: absolute;
        /*bottom: 26% !important;*/
        top: 70%;
        left: -90px;
        /*left: -48%;*/
        width: 100%;
        transform: rotate(67deg) scale(0.8);
    }
}

/***
pour slide
 */
.boxImage {
    object-fit: fill;
}

/**
pied pages
 */

#piedPagesUp{
    width: 100%;
    max-width: 100%;
    height: calc(100vh - 300px);
    /*background: url('../../assets/images/peid-img.jpg') no-repeat;*/
    background-size: 100% 100%;
}

#piedPages {
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 300px;
    background-color:#F5F5F5;
    color: #FFFFFF;
}

#piedPages h3 {
    text-align: left;
    letter-spacing: 0.1rem;
    color: #FCB33C;
    font-size: 24px;
    font-weight: 800;
}

#piedPages #principalPied a,
#piedPages #principalPied span {
    display: inline-block;
    text-decoration: none;
    text-align: left;
    letter-spacing: 0.05rem;
    color: #000000;
    /*color: #878787;*/
    font-weight: 600;
    width: 100%;
}

#piedPages #principalPied a:hover {
    color: #6ce9ff;
}
/*#piedPages #principalPied a:hover {*/
/*    color: #FCB33C*/
/*}*/

#sousPiedPage {
    width: 100%;
    height: 45px;
    background-color: #000000;
    position: absolute;
    bottom: 0;
}

#sousPiedPage span,
#sousPiedPage span a {
    letter-spacing: 0.05rem;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #878787;
}
#sousPiedPage span a:hover{
    color: #dcdcdc;
}

@media screen and (min-width: 0px) and (max-width: 1199px) {
    #piedPages {
        position: unset;
        height: unset;
    }
    .piedVideo {
        display: none;
    }
    .sousPiedResponsive {
        width: unset!important;
        position: unset!important;
        bottom: unset!important;
    }
}

/****cloud sun**/
.cloud {
    width: 166px;
    height: 76px;
    position: absolute;
    background: url('../../assets/images/cloud_sun/cloud.png') no-repeat center center fixed;
    z-index: 99;
}
.sun {
    width: 170px;
    height: 152px;
    position: absolute;
    background: url('../../assets/images/cloud_sun/sun.png') no-repeat center center fixed;
    z-index: 99;
}
.kdo-1 {
    width: 170px;
    height: 152px;
    position: absolute;
    background: url('../../assets/images/cloud_sun/kdo_1.png') no-repeat center center fixed;
    z-index: 99;
}
.kdo-2 {
    width: 170px;
    height: 152px;
    position: absolute;
    background: url('../../assets/images/cloud_sun/kdo_2.png') no-repeat center center fixed;
    z-index: 99;
}
@media screen and (min-width: 0px) and (max-width: 1000px) {
    .cloud,
    .sun,
    .kdo-1,
    .kdo-2 {
        display: none;
    }
}
.cloudLeft {
    top: 25%;
    left: 5%;
}
.cloudLeftBottom {
    bottom: 25%;
    left: 3%;
}
.cloudRight {
    top: 10%;
    right: 5%;
}
.cloudRight-2 {
    top: 25%;
    right: 10%;
}
.cloudRight-2-bis {
    top: 25%;
    right: 2%;
}
.cloudRightBottom {
    bottom: 10%;
    right: 5%;
}
.cloudCenterTop {
    top: 12%;
    left: 40%;
}
.cloudCenterTop-2 {
    top: 15%;
    left: 40%;
}.cloudCenterTop-2-bis {
     top: 15%;
     left: 65%;
 }
.cloudCenterBottom {
    bottom: 25%;
    left: 55%;
}

/*
div erreure
 */

.divAlert {
    display: none;
}

.divAlert.active {
    display: block;
}


/**
global slide
 */
.slide-colorStrong {
    color: #FCB33C;
}
.slide-sousTitre {
    color: #FCB33C;
    font-size: 20px;
    display: block;
}
.slide-sousTitre-t2 {
    color: #FCB33C;
    font-size: 25px;
    display: block;
}

.slide-titre {
    color: #FFFFFF;
    font-size: 60px;
    display: block;
    font-weight: 800;
}
.slide-titre-t1 {
    color: #FFFFFF;
    font-size: 55px;
    display: block;
    font-weight: 800;
}
.slide-titre-t2 {
    color: #FFFFFF;
    font-size: 40px;
    display: block;
    font-weight: 800;
}
.slide-card-t3 {
    font-size: 30px;
    display: block;
    font-weight: 800;
}
.slide-textStandard {
    /*color: #bdbdbd;*/
    color: #ebebeb;
    font-size: 20px;
    display: block;
    font-weight: 400;
}
.slide-textStandard-t2 {
    color: #ebebeb;
    font-size: 25px;
    display: block;
    font-weight: 400;
}

.imgTextLogo {
    position: relative;
    width: 100px;
}

/*.col-Slide{*/
/*    min-width: 320px;*/
/*}*/

.slide-card-t1{
    width: 18rem;
    border: unset!important;
    background-color: unset!important;
}
.slide-card-t2{
    width: 18rem;
    border-color: #459D00;
    background-color: unset!important;
}

.slide-card-tittleColor {
    color: #FFFFFF;
}
.slide-card-textColor {
    color: #bdbdbd;
    font-size: 14px;
    font-weight: 400;
}

@media screen and (min-width: 0px) and (max-width: 1199px) {

    .slide-titre,
    .slide-titre-t1{
        color: #FFFFFF;
        font-size: 30px;
        display: block;
        font-weight: 800;
    }
    .slide-titre-t2 {
        font-size: 20px;
    }

    .col2-Slide{
        min-width: 150px;
    }
    .col-Slide{
        min-width: 320px;
    }
    .slide-card-t3 {
        font-size: 25px;
    }
    .slide-textStandard {
        font-size: 18px;
    }
    .slide-sousTitre {
        font-size: 17px;
    }
    .mb-5-responsive {
        margin-bottom: 3rem!important;
    }
}


/**
animation
 */

@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-20px);
    }
    100% {
        transform: translatey(0px);
    }
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
    }

    70% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(0.95);
    }
}

.animFloat {
    animation: float 2s ease-in-out infinite;
}

.animPulse {
    animation: pulse 2s ease-in-out infinite;
}

/**
provisoir
 */

.provi-coverVideo{
    position: absolute;
    /*position: relative;*/
    right: 0;
    bottom: 0;
    top:0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 1;
    z-index: 4;
}