
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    overflow-x: hidden;
}

#menu-accueil{
    width:25%;
    height: calc(100vh);
    background-color: rgba(0, 0, 0, 0.5);
    position:fixed;
    margin-left: 250px;
    top: 0;
    overflow: hidden;
}

@media(max-height: 700px){
    #menu-accueil{
        display: none!important;
    }
}

#langue{
    position: fixed;
    top: 80px;
    left: 10px;
    padding: 15px;
    background-color: #A00000;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    z-index:9999;
}

#langue a{
    color :white;
}

#menu-container-smaller{
    opacity: 0;
    position: absolute;
    overflow: hidden;
}

@media(max-width: 1000px){
    #menu-container-smaller{
        opacity: 1!important;
    }
    .brand-logo{
        opacity: 1!important;
    }
    #menu-accueil{
        display: none!important;
    }
}

#nav{
    height: 67px;
}

#contain_logo{
    
}

#logo{
    width: 40%;
    margin: 0 auto;
    margin-top: 50px;
}

#logo-bar-accueil{
    width:100%;
    display: inline-block;
}

#logo-bar-accueil-future{
    width:100%;
    display: inline-block;
}

.brand-logo{
    width: 170px;
    height: 64px;
    background-image: url('../images/logo-eupalia-smaller.png');
    background-size: 90%;
    background-repeat: no-repeat;
    background-position:center;
    opacity: 0;
}

#red-bar-menu{
    width: 80%;
    height: 3px;
    background-color: red;
    margin-left: 10%;
}

nav{
    background-color: rgba(0, 0, 0, 0.6);
}

#logo-bar-accueil-symbol{
    display: inline-block;
    width:100%;
}

#logo-bar-accueil-symbol-smaller{
    margin-top: 16px;
    vertical-align: top;
    margin-left: 15px;
    opacity: 0;
}

#nav-mobile{
    height: 67px;
}

#nav-mobile li{
    transition: all 0.5s;
}


#logo-bar-accueil-smaller{
    margin-top: 14px;
    vertical-align: top;
    opacity: 0;
}

#menu-accueil-contenu{
    color: white;
    text-align: center;
    margin-top: 50px;
}

#menu-accueil-contenu li{
    padding: 10px;
    font-family: "Roboto";
    font-weight:lighter;
    font-size: 15pt;
    cursor: pointer;  
}

#menu-container{
    padding-top: 70px;
}

.downArrow{
    position: absolute;
    bottom: 0;
    width: 100%;
}

#mois_inf{
    margin-right: 150px;
}

.bounce {
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.demo {
     
    font-family: 'Raleway', sans-serif;
	color:#fff;
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
}
.demo a{
    font-family: 'Raleway', sans-serif;
    color: #2ecc71;		
}


#menu-accueil-contenu li span:after{
    display:block;
    content: '';
    float: left;
    width: 15px;
    margin-top:-10px;
    margin-left:-10px;
    border-bottom: solid 50px red;  
    transform: scaleX(0);  
    vertical-align: top;
    transition: transform 500ms ease-in-out;
}

#menu-accueil-contenu li span:hover:after { transform: scaleX(1); }



#nav-mobile li:after {
  display:block;
  content: '';
  border-bottom: solid 3px red;  
  transform: scaleX(0);  
  transition: transform 500ms ease-in-out;
}

#nav-mobile li:hover:after { transform: scaleX(1); }




@media screen and (max-height : 700px){
    #menu-accueil{
        opacity: 0;
    }
    #menu-container-smaller{
        opacity: 1;
    }
    .brand-logo{
        opacity: 1;
    }
}

/*
    TITRE NOS ACTIVITE
*/

#titre_nos_activite{
    width: 100%;
    height: auto;
    background-color: #A00000;
    display: block;
    margin-top:-6px;
    font-family: "Roboto Thin";
    letter-spacing: 1px;
}


#titre_nos_activite h5{
    color:white;
    font-size:18pt;
    padding:40px;
}


/*
    TITRE NOS SECTEUR
*/

#titre_nos_secteurs{
    width: 100%;
    height: auto;
    background-color: #A00000;
    display: block;
    margin-top:-6px;
    font-family: "Roboto Thin";
    letter-spacing: 1px;
}


#titre_nos_secteurs h5{
    color:white;
    font-size:18pt;
    padding:40px;
}

/*
    ACTIVITE - LOGICIALISATION
*/

#logicialisation{
    position: relative;
    overflow: hidden;
}

#logicialisation:before{
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url('../images/logicialisation.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-filter: blur(3px) sepia(100%);
    filter: blur(3px) sepia(100%);
    -webkit-transform: rotate(0.3deg) scale(0.98);
    transform: rotate(0.3deg) scale(0.98);
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

#logicialisation:hover:before{
    -webkit-filter: blur(0) sepia(0);
    filter: blur(0) sepia(0);
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}

#logicialisation #title{
    padding-top:70px;
    padding-bottom:70px;
    font-family: Roboto;
    font-size: 50px;
    color: white;
    letter-spacing: 2px;
}

#logicialisation #contenu{
    width: 50%;
    padding-bottom: 70px;
    color: white;
    font-family: "Roboto Light";
}


/*
    ACTIVITE - ARCHIVAGE
*/

#archivage{
    position: relative;
    overflow: hidden;
}

#archivage:before{
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url('../images/archivage.jpg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-filter: blur(3px) grayscale(100%);
    filter: blur(3px) grayscale(100%);
    -webkit-transform: rotate(-0.3deg) scale(0.98);
    transform: rotate(-0.3deg) scale(0.98);
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

#archivage:hover:before{
    -webkit-filter: blur(0) grayscale(0);
    filter: blur(0) grayscale(0);
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}

#archivage #title{
    padding-top:70px;
    padding-bottom:70px;
    font-family: Roboto;
    font-size: 50px;
    color: white;
    letter-spacing: 2px;
}

#archivage #contenu{
    padding-bottom: 70px;
    color: white;
    font-family: "Roboto Light";
}

#container_archivage{
    width: 50%;
}


/*
    SOLUTION
*/

#solution{
    position: relative;
    overflow: hidden;
}

#solution:before{
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url('../images/attente.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

#solution:hover:before{
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

#solution #title{
    text-align: center;
    padding:35px;
    font-family: "Roboto Light";
    letter-spacing: 1px;
    font-size: 18pt;
    color: #383838
}

#solution .container{
    padding-bottom: 70px;
}


/*
    SECTEUR - INDUSTRIEL
*/

#industriel{
    position: relative;
    overflow: hidden;
}

#industriel:before{
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url('../images/industries.jpg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

#industriel:hover:before{
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

#industriel #title{
    padding-top:70px;
    padding-bottom:70px;
    font-family: Roboto;
    font-size: 50px;
    color: white;
    letter-spacing: 2px;
}

#industriel #contenu{
    padding-bottom: 70px;
    width: 50%;
    color: white;
    font-family: "Roboto Light";
}


/*
    SECTEUR - CULTUREL
*/

#culturel{
    position: relative;
    overflow: hidden;
}

#culturel:before{
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url('../images/culturel.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

#culturel:hover:before{
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

#culturel #title{
    padding-top:70px;
    padding-bottom:70px;
    font-family: Roboto;
    font-size: 50px;
    color: white;
    letter-spacing: 2px;
}

#culturel #contenu{
    padding-bottom: 70px;
    color: white;
    font-family: "Roboto Light";
}


/*
    SECTEUR - JURIDIQUE
*/

#juridique{
    position: relative;
    overflow: hidden;
}

#juridique:before{
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: cadetblue;
    background-image: url('../images/preuve.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

#juridique:hover:before{
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

#juridique #title{
    padding-top:70px;
    padding-bottom:70px;
    font-family: Roboto;
    font-size: 50px;
    color: white;
    letter-spacing: 2px;
}

#juridique #contenu{
    padding-bottom: 70px;
    width: 50%;
    color: white;
    font-family: "Roboto Light";
}



/*
    EVENEMENT
*/

#evenement{
    width: 100%;
    background-color: #2D4E67;
    padding-bottom: 100px;
}

#evenement #title{
    padding-top:70px;
    padding-bottom:70px;
    font-family: Roboto;
    font-size: 50px;
    color: white;
    letter-spacing: 2px;
}

#evenement .container{
    height: 100%;
}

#evenements_container{
    height: 60%;
}

#evenement #even{
    width: 33%;
    vertical-align: top;
    height: 100%;
    margin-left: 15px;
    margin-right: 15px;
    background-color: white;
    border-radius: 41px;
    position: relative;
    padding: 35px;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#evenement #even #date{
    left: 40px;
    top: 40px;
    font-family: "Roboto Thin";
    font-size: 40px;
}

#evenement #even #titre{
    left: 40px;
    top: 100px;
    font-family: "Roboto Light";
    font-size: 18px;
}

#evenement .container-bottom-even{
    display: flex;
    align-items: center;
    margin-top: 25px;
}

#evenement #even #lieu{
    bottom: 10px;
    left: 70px;
    color: gray;
    font-family: "Roboto Light";
    font-size: 14px;
    width: 100%;
    margin-left: 10px;
}

#evenement #even #ico{
    bottom: 20px;
    left: 30px;
}

#changement{
    padding-top:90px;
    padding-bottom:70px;
    padding-left: 50px;
    font-family: Roboto;
    font-size: 20px;
    color: white;
    float: right;
}

#changement *{
    display: inline-block;
}

#changement #mois{
    vertical-align: top;
    padding-top:17px;
    position: absolute;
    margin-left: -150px;
    text-align: center;
    width: 150px;
}

#changement i{
    cursor: pointer;
}


/*
    NOTRE MISSION
*/

#notre_mission{
    position: relative;
    overflow: hidden;
    background: black;
    z-index: 0;
}

#notre_mission:before{
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url('../images/notre_mission.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.65;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transform: rotate(-0.7deg) scale(0.96);
    transform: rotate(-0.7deg) scale(0.96);
    -webkit-transition: 2s ease-in-out;
    transition: 2s ease-in-out;
}

#notre_mission:hover:before{
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}

#notre_mission #title{
    padding-top:70px;
    padding-bottom:70px;
    font-family: Roboto;
    font-size: 50px;
    color: white;
    letter-spacing: 2px;
    width: 50%;
}


#notre_mission #contenu{
    color:white;
    padding-bottom: 70px;
    width: 50%;
    font-family: "Roboto Light";
}




/*
    CONTACT
*/

#contact{
    position: relative;
    overflow: hidden;
}

#contact:before{
    content: "";
    position: absolute;
    z-index: -1;
    width: 105%;
    height: 105%;
    background-image: url('../images/contact.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: -20px;
    -webkit-transition: 3s ease;
    transition: 3s ease;
}

#contact:hover:before{
    margin-left: 0px;
}

#contact #title{
    padding-top:25px;
    padding-bottom:25px;
    font-family: Roboto;
    font-weight: lighter;
    font-size: 30px;
    color: #434343;
}

#decouvrir{
   background-color: #2D4E67;
    cursor: pointer;
}

#ligne{
    width:71%;
    height:2px;
    background-color: red;
    position: relative;
    top: 30px;
}

#freed{
    position: relative;
    top: 15px;
    left: 71%;
    font-family: Mistral;
    color: red;
    font-size: 20px;
}





/* FONT FACE */

@font-face{
    font-family : "Mistral";
    src : url('../font/mistral.ttf');
}

@font-face{
    font-family : "Roboto Light";
    src : url('../font/Roboto-Light.ttf');
}

@font-face{
    font-family : "Roboto Thin";
    src : url('../font/Roboto-Thin.ttf');
}

.navbar-fixed{
    z-index: 10000;
}

#evenements_container{
    overflow: hidden;
    display: flex;
}



#img-home{
    display: none;
    height: 50vh;
    object-fit: cover;
}

.ty-d-block {
    display: none;
}

@media(max-width: 768px){

    .ty-d-block {
        display: block
    }

    #myVideo{
        display: none;
    }

    #img-home{
        display: block;
    }
    

    #logicialisation:before, #notre_mission:before, #juridique:before, #industriel:before, #archivage:before{
        filter: blur(0) sepia(0)!important;
        transform: rotate(0) scale(1)!important;
    }
    


    /* Sections */
    #logicialisation #contenu, #notre_mission #contenu,  #juridique #contenu, #industriel #contenu{
        width: 100%;
    }

    #logicialisation #title, #industriel #title, #archivage #title, #culturel #title, #juridique #title, #notre_mission #title{
        font-size: 27px;
        padding-bottom: 35px;
        width: 100%;
    }

    #archivage .col, #culturel .col{
        width: 100%;
    }
    #solution img{
        width: 80%;
    }
    #solution h3{
        width: 100%!important;
    }

    #evenements_container{
        flex-direction: column;
    }

    #evenement #even{
        width: 93%;
        margin-bottom: 20px;
    }


    .ty-d-hidden{
        display: none!important;
    }
    

}
.lg-d-block {
    display: none;
}
@media(max-width: 991px){
    
    .disable-mb{
        margin-bottom: 0px!important;
    }

    .lg-d-hidden{
        display: none!important;
    }
    
    .lg-d-block {
        display: block;
    }
    

}

@media(max-width: 1000px){
    #evenement .s12{
        width: 100%!important;
    }

    
    #evenement #title{
        padding-bottom: 0px;
        text-align: center;
    }

    #evenement #changement{
        text-align: center;
        padding-top: 0px;
        width: 100%;
        padding: 0;
    }
}