/*
 * base.1.0.css
 * Author: Rachid HARAKAT
 * Author mail: plus.google.com/+RachidHARAKAT
 */

body {
    /* max-width: 65em; */
    background-color: #fff !important;
    min-width: 320px;
    width: 100%;
}

.maxW {
    max-width: 980px !important;
}

h1,
h3 {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
    padding: .3em;
    margin-bottom: .4em;
}

h1 {
    font-size: 1.272em;
}

h3 {
    font-size: 1.17em;
}

header#top-header {
    margin-top: 0;
    padding: .7em 0 .7em 0;
    background-color: #fff;
    width: 100%;
    position: relative !important;
    z-index: 9888;
}

.top-logo {
    background: url('../images/ologo_2.png') no-repeat transparent;
    height: 91px;
    width: 192px;
    font-size: 0;
    text-decoration: none;
}

#top-menu {
    overflow: hidden;
    background-color: #fff;
    position: relative;
    padding: 1em 0 1em .7em;
    margin: 1.2em 0 0 0;
    float: right;
    width: inherit;
    height: inherit;
    display: block;
    transition: height, display 0.4s ease-out;
}

#top-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#top-menu li {
    display: inline-block;
    margin: 0;
    padding: .2em .3em;
    cursor: pointer;
}

#top-menu li:first-child {
    margin-left: 0;
}

#top-menu li:hover,
#top-menu li.active {
    background-color: rgb(121, 181, 39);
    border-radius: .3em;
}

#top-menu li.active {
    background-color: rgb(121, 181, 39);
    border-radius: .3em;
}

#top-menu li.active a {
    color: #fff;
}

#top-menu li:hover a {
    color: #2b2926;
    color: #fff;
}

#top-menu li a {
    text-decoration: none;
    color: #61bf1a;
    font-size: 1.1em;
}

#top-menu li a.fa:before {
    display: none;
}

#top-menu a.fa:before {
    margin-right: .6em;
}

#top-menu a.fa.fa-lightbulb-o:before {
    margin-right: .9em;
}

#top-menu li span.fa {
    margin-right: .4em;
    display: none;
}

#topmenu-cmd,
#topmenu-search-cmd {
    display: none;
    float: right;
    border: 0;
    background-color: transparent;
    font-size: 1.5em;
    color: #61bf1a;
    outline: 1px blue !important;
    cursor: pointer;
}

#topmenu-search-cmd {
    display: inline-block;
    margin: 1.5em 1em .4em .4em;
}

#topmenu-search-ccmd {
    float: right;
    border: 0;
    background-color: transparent;
    font-size: 1.5em;
    color: #61bf1a;
    outline: 1px blue !important;
    cursor: pointer;
}

#top-search {
    padding: .8em;
    padding-top: 3em;
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 9999;
}

#top-search[data-sh-state=open] {
    display: block;
}

#top-search[data-sh-state=close] {
    display: none;
}

#top-search input {
    display: block;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

#top-search input:focus {
    border-color: #61bf1a;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(177, 255, 117);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(177, 255, 117);
}

#top-search button {
    cursor: pointer;
}

#top-search ol {
    -webkit-padding-start: 19px;
    overflow-y: scroll;
    max-height: 11em;
    background-color: rgba(47, 125, 125, 0.33);
    height: 19em;
    overflow-x: hidden;
}

.sec1 {
    padding-top: 6em;
    position: relative;
}

.sec1 #corousel {
    clear: both;
    position: relative;
    overflow: hidden !important;
    height: 420px;
    border-radius: .4em;
}

.sec1 #corousel #path {
    background: transparent;
    height: 100%;
    width: auto;
    left: 0;
    padding: 0;
    margin: 0;
    display: inline;
    position: absolute;
    transition: left 0.4s ease-out;
}

.sec1 #corousel .caroelem {
    float: left;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.caroelem img {
    height: 100%
}

.sec1 #corousel .caroelem[data-active=true] {
    opacity: 1;
}

.sec1 #corousel .caroelem[data-active=false] {
    opacity: 0;
}

.sec1 #corousel #caroelanchors {
    position: absolute;
    bottom: 0px;
    text-align: center;
}

.sec1 #corousel #caroelanchors ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    position: relative !important;
    width: 80%;
    margin: 0 auto;
}

.sec1 #corousel #caroelanchors ul li {
    display: inline;
    margin: 0 .2em;
}

.sec1 #corousel #caroelanchors ul li a {
    text-decoration: none;
}

.sec1 #corousel #caroelanchors ul li a img {
    width: 100px;
    height: 54px;
    max-height: 54px;
    padding: 3px;
    background-color: rgb(255, 255, 255);
    box-shadow: 3px 3px 9px 0px #79b526;
    border-radius: 0.36em;
}

.sec1 #corousel #caroelanchors ul li[data-active="true"] a {
    bottom: 1.2em;
    position: relative;
    transition: bottom 0.2s ease-out;
}

.sec1 #corousel #caroelanchors ul li[data-active="false"] a {
    position: relative;
    bottom: 0;
}

.b-app {
    position: relative;
}

.b-app i {
    position: absolute;
    top: -.3em;
    font-size: 5em;
    right: 0.1em;
    color: white;
}

.b-app:hover i {
    top: -.4em;
    transition: top .1s ease-in-out;
}

.b-app i.b1 {
    text-shadow: 2px 4px 3px #a3cd6a;
}

.b-app i.b2 {
    text-shadow: 2px 4px 3px #0590bd;
}

.b-app i.b3 {
    text-shadow: 2px 4px 3px #c1ae07;
}

.b-app i.b4 {
    text-shadow: 2px 4px 3px #81ad8a;
}

.quotient {
    display: inline-block;
    font-size: 1.1em;
    text-align: center;
    color: gray;
}

.quotient::before {
    content: "" !important;
}

.quotient::after {
    content: "";
}

.quotient span {
    font-style: italic;
    color: #a3cd6a;
    text-transform: uppercase;
    margin-left: .6em;
}

.quotient span:after {
    content: ".";
}

.d-app {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 2em;
    font-size: 1.3rem;
    color: white;
    border-radius: .3em;
}

.d-app:hover {
    text-shadow: 3px 1px 3px rgba(0, 0, 0, 0.62);
}

.d1 {
    background-color: #a3cd6a
}

.d2 {
    background-color: #00b4ee
}

.d3 {
    background-color: #f1e53b;
    color: #2b2926
}

.d3:hover {
    text-shadow: 3px 1px 3px #fff;
}

.d4 {
    background-color: #c1c2c3
}

.d5 {
    background-color: #c2e3c9;
    color: #5c6d5f;
}

.d-app.d5:hover {
    color: #fff;
}

.olya-mo {
    margin-top: 20px;
}

.olya-mo p {
    border-left: 1px solid rgba(18, 14, 15, 0.19);
    padding-left: .5em;
}

.olya-mo .cm {
    height: 76px;
    position: relative;
}

.olya-mo img.hm {
    clear: both;
    display: block;
    position: absolute;
    bottom: 0px;
    width: auto;
    max-width: 98%;
}

.olya-mo h1 {
    font-size: 1.2em;
    color: #2b2926;
    /*#72bf44;*/
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 9px;
    margin-top: 15px;
    position: relative;
    display: block;
    height: 44px;
}

.olya-mo h1 span[dir="ltr"] {
    float: left;
}

.olya-mo h1 span[dir="rtl"] {
    float: right;
}

.olya-mo p span.cce {
    margin: 0 5px;
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: bottom;
    background: url(../images/ol_cetificates.png) no-repeat left 0px;
}

.olya-mo p span.ccm {
    margin: 0 5px;
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: bottom;
    background: url(../images/ol_cetificates.png) no-repeat -24px 2px;
}

input, textarea {
    display: block;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

input:focus, textarea:focus {
    border-color: #61bf1a;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(177, 255, 117);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(177, 255, 117);
}

input:disabled, textarea:disabled {
    border-color: #61bf1a;
    outline: 0;
    background-color: rgba(97, 191, 26, 0.06);
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    border: none;
}

td,
th {
    display: table-cell;
    vertical-align: middle;
}

tr {
    display: table-row;
    vertical-align: middle;
    border: none;
}

tr input, tr textarea {
    width: 80%;
    margin: .2em auto;
}

tr input[type=submit], tr textarea[type=submit] {
    width: auto;
}

.focused:focus {
    outline: 0;
    background-color: rgba(97, 191, 26, 0.17);
    padding: .3em;
    border-radius: .4em;
    transition: background-color 0.4s ease-out 0s;
}

footer {
    margin-top: 2em !important;
    background-color: rgb(229, 230, 229);
    padding: 1em 1.3em 2em 1.3em;
    width: 100%;
    margin-left: 0 !important;
    border-top: 1px solid rgba(121, 122, 121, 0.4);
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: center;
}

footer ul li {
    position: relative;
    display: inline-block;
    margin-right: .3em;
}

footer ul li:before {
    content: "|";
    color: rgba(0, 0, 0, 0.3);
    margin-right: .3em;
    display: inline-block;
}

footer ul li a {
    text-decoration: none;
    color: inherit;
    color: green;
    cursor: pointer;
}

footer ul li a:hover {
    text-decoration: underline;
    color: green;
}

footer ul li.ful:before {
    content: "";
    width: 0;
}

footer ul li.ful a {
    text-decoration: none;
    color: inherit;
}

footer ul li.ful a:hover {
    text-decoration: none;
    color: inherit;
}

footer ul li.me {
    float: none;
    color: rgba(0, 0, 0, 0.48);
    clear: left;
    display: block;
    top: .5em;
    margin-left: .3em;
}

footer ul li.me:before {
    content: "";
    margin-right: 0;
}

footer ul li.me i {
    margin-right: .3em;
}

footer ul li.me a {
    text-decoration: none;
    color: inherit;
}

footer ul li.me a:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.7);
}

a#jumpup-cmd {
    display: none;
    float: right;
    position: fixed;
    bottom: 8%;
    z-index: 8;
    right: 0em;
    text-decoration: none;
    color: white;
    font-size: 1.2rem;
    background-color: #61bf1a;
    padding: .2em 1em .2em .5em;
    border-radius: 1em;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    cursor: pointer;
    transition: display 0.4s ease-in-out .1s;
}

a#jumpup-cmd:before {
    padding-right: 6px;
}

.minh {
    background-size: cover !important;
    min-height: 21rem;
    background-position: center;
    border-radius: .4rem;
    transition: visibility 0.4s ease-out;
    font-size: 0;
}

@media screen and (max-width:930px) {
    .sec1 #corousel {
        clear: both;
        position: relative;
        overflow: hidden !important;
        /*height: 420px;*/
    }
    .sec1 #corousel #caroelanchors ul li a img {
        width: 80px;
        max-height: 49px;
        padding: 2px;
        border-radius: 0.3em;
    }
}

@media screen and (min-width: 724px) {
    #top-menu {
        background-color: #fff;
        position: relative;
        padding: 1em 0;
        margin: 1.2em 0 0 0;
        float: right;
        width: auto;
    }
    .minh {
        min-height: 17rem;
    }
}

@media screen and (max-width: 724px) {
    header#top-header {
        z-index: 9888;
        position: fixed !important;
    }
    header#top-header[data-m-state=close] {
        border-bottom-left-radius: 0px;
    }
    header#top-header[data-m-state=open] {
        padding-bottom: 0px;
        border-bottom-left-radius: .5em;
        border-bottom-right-radius: .5em;
    }
    .top-logo {
        background: url('../images/ologo_4.png') !important;
        width: 96px;
        height: 46px;
        margin-left: 12px !important;
        margin-top: 4px !important;
    }
    #top-menu {
        padding: 0;
        margin: .7em 0 0 0;
        padding-top: 1em;
        height: 0;
        width: 100%;
        float: none;
        display: none;
        border-bottom-left-radius: .5em;
        box-shadow: 7px 7px 6px 0px rgba(18, 14, 15, 0.19);
        border-bottom-right-radius: .5em;
        padding: 0;
        margin: .7em 0 0 0;
        padding-top: 1em;
        width: 100%;
        float: none;
    }
    #top-menu[data-m-state=close] {
        display: none;
        height: 0px;
    }
    #top-menu[data-m-state=open] {
        display: inherit;
        height: inherit;
        border-bottom-left-radius: .5em;
    }
    #top-menu ul {
        padding: .3em 0;
    }
    #top-menu li {
        display: block;
    }
    #top-menu li a {
        display: block;
        padding-left: .5em;
    }
    #top-menu li a:hover {
        border-radius: 0;
    }
    #top-menu li a.fa:before {
        display: inline-block;
    }
    #top-menu li a.fa:before {
        margin-right: .6em;
    }
    #top-menu li span.fa {
        margin-right: .4em;
        display: inline-block;
    }
    #top-menu li span.fa-lightbulb-o {
        margin-right: .8em;
    }
    #top-menu i,
    #top-search i {
        display: none;
        display: inherit;
        position: absolute;
        top: -0.92em;
        right: 0.43em;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 15px solid #61bf1a;
    }
    #topmenu-cmd {
        display: inline-block;
        margin: 0.4em;
        margin-left: 0;
        color: #61bf1a;
    }
    #topmenu-search-cmd {
        margin: 0.4em .2em .4em 0;
        color: #61bf1a;
    }
    #top-search {
    }
    #top-search i {
        right: 3.4em;
    }
    #top-search input {
        padding: .5rem .75rem;
        font-size: 1rem;
        line-height: 1.25;
    }
    #top-search button {
        cursor: pointer;
    }
    .sec1 {
        padding-top: 6em;
    }
    .sec1 #corousel {
        height: 187px;
    }
    .sec1 #corousel #caroelanchors ul li a img {
        width: 50px;
        max-height: 25px;
        padding: 1px;
        border-radius: 0.3em;
    }
    .sec1 #corousel #caroelanchors ul li a img {
        width: 68px;
        max-height: 38px;
        padding: 2px;
        border-radius: 0.3em;
    }
    .sec1 #corousel #caroelanchors ul li[data-active="true"] a {
        bottom: .6em;
    }
    .olya-mo {
        margin-top: 5px;
        width: 100%;
        margin-left: 0;
    }
    .olya-mo .cm {
        height: auto;
        position: relative;
    }
    .olya-mo img.hm {
        clear: both;
        display: block;
        position: relative;
        margin: 4px auto;
        width: auto;
    }
    .olya-mo h1 {
        font-size: 1.2em;
        color: #2b2926;
        /*#72bf44;*/
        text-transform: uppercase;
        font-weight: bold;
        margin-right: 9px;
        margin-top: 5px;
        position: relative;
        display: block;
        margin-bottom: .4em;
        text-align: center;
    }
    .olya-mo h1 span[dir="ltr"] {
        float: none;
    }
    .olya-mo p {
        border-left: none;
        padding-left: .5em;
        display: block;
        -webkit-margin-before: 0px;
        -webkit-margin-after: 0px;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
    }
    .d-app {
        display: block;
        text-align: center;
        text-decoration: none;
        padding: 1em;
        font-size: 1.6rem;
        border-radius: .3em;
        margin-top: .3em;
    }
    h1.psl.bg {
        background-size: 150% !important;
    }
}

@media screen and (min-width:425px) and (max-width:724px) {
    .hideinmob {
        display: none !important;
        margin: 0 !important;
    }
    .to12 {
        width: 96.763932022500000% !important;
        *width: 96.763932022500000% !important;
    }
    .sec1 #corousel {
        clear: both;
        position: relative;
        overflow: hidden !important;
    }
    h1.psl.bg {
        background-size: 150% !important;
    }
}

@media screen and (max-width: 425px) {
    .hideinmob {
        display: none !important;
        margin: 0 !important;
    }
    .to12 {
        width: 96.763932022500000% !important;
    }
    .sec1 #corousel #caroelanchors ul li a img {
        width: 50px;
        max-height: 25px;
        padding: 1px;
        border-radius: 0.3em;
    }
    h1.psl.bg {
        background-size: 200% !important;
        padding: 1.4em 1.6em !important;
    }
    .caroelem img {
        margin-top: 0px !important;
    }
}


/*Pages*/


/*1:SourcesLed*/

h1.psl {
    margin-top: 0;
    font-size: 2.272em;
    color: rgb(121, 181, 39);
    text-shadow: 1px 2px 1px #fff;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: .15em;
    color: rgb(255, 255, 255);
    text-shadow: 1px 2px 1px #70be41;
}

h1.psl.bg {
    background-size: 150%;
    text-align: center;
    background-position: center;
    border-radius: .4em;
    padding: 4.4em 1.6em;
    transition: visibility 0.4s ease-out;
}

h1.psl i {
    margin-right: .3em;
}

h1.psl.line {
    padding: 0;
    margin: 0;
    margin-top: .5em;
    border-bottom: .001em solid rgba(121, 181, 39, 0.2);
    font-size: 2em;
    width: 100%;
    color: rgb(121, 181, 39);
    text-shadow: none;
}

.psl h3 {
    font-size: 1em;
}

.olya-mo.psl {
    position: relative;
    margin-top: 1em;
    text-align: center;
    background-color: rgba(121, 181, 39, 0.09);
    background-color: rgba(238, 238, 238, 0.39);
    border-radius: .6em;
    min-height: 328px;
}

.olya-mo.psl.eint {
    /*background-color: rgba(241, 229, 59, 0.2);*/
}

.olya-mo.psl.eext {
    /*background-color: rgba(0, 180, 238, 0.1);*/
}

.olya-mo.psl img {
    display: inline-block;
    /*width: 45%;*/
    width: 40%;
    border-radius: 0.7em;
    padding: .1em;
    background-color: #ffffff;
}

.olya-mo.psl p {
    padding: 0;
    margin: 0;
    margin-bottom: 1em;
    border: none;
}

.olya-mo.psl h1 {
    margin: 0;
    height: auto;
}

.olya-mo.psl a {
    display: block;
    color: #00b4ee;
    text-decoration: none;
    margin-top: 0.4em;
}

.olya-mo.psl a:hover {
    color: #00b4ee;
    text-decoration: underline;
}

.olya-mo.psl a i {
    margin-right: .3em;
}

.olya-mo.psl .btm {
    /*    position: absolute;
        bottom: 6px;*/
}

.mandatory {
    display: inline-block;
}

.mandatory:after {
    display: inline-block;
    padding-left: 5px;
    content: "*";
    color: red;
}