
section.bl-expand div.non{
    opacity: 0;
    width: 0;
    height: 0;
}
.title-landing{
    margin-left: -6px;
}
div.main-picture span.my-name{
    font-size: 55px;
    font-weight : 900;
}

.ex{
    font-size : 40px;
}
.mt-auto{
    margin-top : auto;
}


.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 100ms ease-in;
    -moz-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    max-width: 800px;
    width: 90%;
    position: relative;
    margin: 10% auto;
    padding: 20px;
    border-radius: 3px;
    background: #fff;
}
.close {
    font-family: Arial, Helvetica, sans-serif;
    background: #f26d7d;
    color: #fff;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 34px;
    height: 34px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    padding-top: 5px;
}
.close:hover {
    background: #fa3f6f;
}



div.main-picture span.my-name1{
    font-size: 55px;
    font-weight : 900;
    color: #ffb400;
}
section.topleft > div{
    cursor: pointer !important;
}
div.main-picture span.description{
    font-size: 40px;
    color: white;
    font-weight : 900;
}
div.main-picture div.valign-wrapper{
    opacity: 0.7;
    transition: all 0.5s;
    background-color: rgba(0,0,0,0.4);
}
div.main-picture:hover div.valign-wrapper{
    opacity: 1;
    background-color: rgba(0,0,0,0.7);
    left: 100%!important;
    bottom: 0!important;
    transition: all 300ms ease 0s!important;
    width: 100%!important;
    top: unset!important;
}
section div.page-title h3{
    text-transform: uppercase;
}
section div.page-title h3+div > h2{
    text-transform: uppercase;
    font-size: 23px;
    margin-bottom : 10px;
}
section div.page-title h2{
    text-transform: uppercase;
    font-size: 40px;
}
.d-flex{
    flex-direction: column !important;
}
div.main-picture span.writetype{
    /*font-size: 30px !important;*/
    /*font-weight : 900;*/
    color: #ffb400;
}
.custom-upload {
    background-color: #ffb400;
    border: 1px solid #ffb400;
    cursor: pointer;
    color: #fff;
    padding: 10px 15px;
}
.mb-3{
    margin-bottom: 20px !important;
    margin-left: 20px;
}
.custom-upload input {
    left: -9999px;
    position: absolute;
}

.text-white{color: #ffffff;}
.text-gray{color: grey;}
.bg-gray{background-color: grey;}
.bg-orange{background-color: orange;}


#bl-work-items > div a div{background-color: rgba(191, 191, 191, 0.5);}
#bl-work-items h6.font-weight-700{color: lightgrey;}
.ah-headline.clip span, .ah-headline.loading-bar span, .ah-headline.slide span{padding: .5em 0;font-size: 1.5rem;}


div.firstsections {
    opacity: 0.7;
    transition: all 0.5s;
    background-color: rgba(0,0,0,0.4);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}