@font-face {
    font-family: 'geometosregular';
    src: url('/Files/App_002/fonts/geometos-webfont.eot');
    src: url('/Files/App_002/fonts/geometos-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Files/App_002/fonts/geometos-webfont.woff2') format('woff2'),
         url('/Files/App_002/fonts/geometos-webfont.woff') format('woff'),
         url('/Files/App_002/fonts/geometos-webfont.ttf') format('truetype'),
         url('/Files/App_002/fonts/geometos-webfont.svg#geometosregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700');

body{
     font-family:"geometosregular" !important;
     margin:0;
     font-size:14px;
}
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration:none;
}
body::-webkit-scrollbar {
    width: 8px;
}

body.thin::-webkit-scrollbar {
    width: 2px;
}

::-webkit-scrollbar-track {
    border-radius: 0px;  background: #eecb00;  

}

::-webkit-scrollbar-thumb {
    border-radius: 0px;    background: #fff;

}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(100,100,100,0.4); 
}
a:hover{text-decoration:none;}

textarea, input,button { outline:0;}

.left{float:left;}

.right{float:right;}

.clear{clear: both;height:0;}

.no-padding{padding:0;}

.no-padding-left{padding-left:0;}

.no-padding-right{padding-right:0;}

.no-margin{margin:0;}

.container{max-width:1560px;width:100%;margin:0 auto;}


.banner-page {
    position: relative;
    max-height: 450px;
    overflow: hidden;
}

.banner-page img {
    width: 100%;
    background-size: 100% 100%;
}

.banner-page span {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    text-align: center;
    background: rgba(0,0,0,0.5);
    padding: 35px 0;
    font-size: 35px;
}


/***btn***/
.link{
    text-align: center;
    width: 100%;
}
.savoir_plus {
    width: auto;
    padding: 13px 35px;
    border: none;
    cursor: pointer;
    margin: 10vh 0px;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    display: inline-block;
    border-radius: 0;
    font-size: 13px;
    background: transparent;
    z-index: 999;
    border: 1px solid #000;
    clear: both;
}
.savoir_plus:after{
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.savoir_plus a {
    position:relative;
    color: #000;
    text-transform: uppercase;
}
.savoir_plus:hover a{ color:#fff;}
.savoir_plus a:hover{color:#fff;}
.savoir_plus:after {
    width: 0%;
    height: 100%;
    top: 0;
    right: 0;
    background: #000;
}
.savoir_plus:hover,.demo:active{color:#0b6890;}
.savoir_plus:hover:after,.savoir_plus:active:after{width: 100%;}
/***btn***/

/***titre***/
.titre-box {
    color: #000;
    font-size: 35px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 10vh 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align:center;
    line-height: 65px;
}
.titre-box:before {
    content: "";
    width: 1px;
    position: absolute;
    height: 10vh;
    background: #484848;
    top: -10vh;
    left: 50%;
    animation: moveUp 2s infinite;
}

.chemin {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    color: #737374;
    margin: 5vh 0;text-align:right;
}
.chemin a{font-family: 'Ubuntu', sans-serif;font-size:14px;color:#737374;}
.chemin a:hover{color:#000;}

.wrapper {
    background: url(/Files/App_002/images/qsn.jpg)no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    min-height: 950px;
}
.wrapper p {
    font-family: 'Ubuntu', sans-serif;
    color: #737374;
    text-align: right;
    direction: rtl;
}

/*================================================================
Animation - Move Up and Move Down Letters
================================================================*/
/*================================================================
Move Up
================================================================*/
@keyframes moveUp {
    0% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }
     
    50% {
        transform: translate3d(0px, 10px, 0px);
        animation-timing-function: ease-out;
    }
     
    100% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }
}
@-webkit-keyframes moveUp {
    0% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }
     
    50% {
        transform: translate3d(0px, 10px, 0px);
        animation-timing-function: ease-out;
    }
     
    100% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }
}
@-moz-keyframes moveUp {
    0% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }
     
    50% {
        transform: translate3d(0px, 10px, 0px);
        animation-timing-function: ease-out;
    }
     
    100% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }
}
@-ms-keyframes moveUp {
    0% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }
     
    50% {
        transform: translate3d(0px, 10px, 0px);
        animation-timing-function: ease-out;
    }
     
    100% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }
}

.moveUp{
    animation: moveUp 2s infinite;
}
/*================================================================
Move Down
================================================================*/
@keyframes moveDown {
    0% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }
     
    50% {
        transform: translate3d(0px, -10px, 0px);
        animation-timing-function: ease-out;
    }
     
    100% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }
} 
@-webkit-keyframes moveDown {
    0% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }
     
    50% {
        transform: translate3d(0px, -10px, 0px);
        animation-timing-function: ease-out;
    }
     
    100% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }
} 
@-moz-keyframes moveDown {
    0% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }
     
    50% {
        transform: translate3d(0px, -10px, 0px);
        animation-timing-function: ease-out;
    }
     
    100% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }
} 
@-ms-keyframes moveDown {
    0% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }
     
    50% {
        transform: translate3d(0px, -10px, 0px);
        animation-timing-function: ease-out;
    }
     
    100% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }
} 

.moveDown{
    animation: moveDown 2s infinite;
}

@media only screen and (max-width: 992px){
.titre-box {    font-size: 30px;}
.banner-page span {    padding: 20px 0;    font-size: 30px;}

}
@media only screen and (max-width: 768px){
.titre-box {    font-size: 25px;}
.no-padding-left{padding:0;}
.no-padding-right{padding:0;}
.banner-page span {     font-size: 25px;}
}

body.fixe {
position: fixed;
width: 100%;
}



